From 4c4f34ab20d810baf05d8bdfc48df4984cb38a5a Mon Sep 17 00:00:00 2001 From: Noldor Date: Fri, 12 Sep 2008 16:49:57 +0000 Subject: some fix git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2444 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/objects/class_hbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/objects/class_hbox.cpp') diff --git a/src/modules/objects/class_hbox.cpp b/src/modules/objects/class_hbox.cpp index a44f703e8..da9b31cdd 100644 --- a/src/modules/objects/class_hbox.cpp +++ b/src/modules/objects/class_hbox.cpp @@ -218,6 +218,6 @@ bool KviKvsObject_hbox::functionsetAlignment(KviKvsObjectFunctionCall *c) c->warning(__tr2qs("Unknown alignment: '%Q'"),&(*it)); } - if (widget()) ((KviTalHBox *)widget())->setAlignment((Qt::Alignment)sum); + if (widget()) ((KviTalHBox *)widget())->setAlignment(((QWidget *)(pObject->object())),(Qt::Alignment)sum); return true; -} +} \ No newline at end of file -- cgit v1.3.1-10-gc9f91