diff options
| author | 2008-03-27 03:03:51 +0000 | |
|---|---|---|
| committer | 2008-03-27 03:03:51 +0000 | |
| commit | 5e9190bbe27bdfe9be90691cbb47c7d1ffc57347 (patch) | |
| tree | 0b25976cf8f2b2b09587a6350e5300c1ad86516b /src/modules/objects/class_vbox.cpp | |
| parent | small fix (diff) | |
| download | KVIrc-5e9190bbe27bdfe9be90691cbb47c7d1ffc57347.tar.gz KVIrc-5e9190bbe27bdfe9be90691cbb47c7d1ffc57347.tar.bz2 KVIrc-5e9190bbe27bdfe9be90691cbb47c7d1ffc57347.zip | |
renamed module dockwidget in trayicon;
small fixes around;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1297 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_vbox.cpp')
| -rw-r--r-- | src/modules/objects/class_vbox.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/objects/class_vbox.cpp b/src/modules/objects/class_vbox.cpp index f3bf44969..bb20fc596 100644 --- a/src/modules/objects/class_vbox.cpp +++ b/src/modules/objects/class_vbox.cpp @@ -77,7 +77,7 @@ bool KviKvsObject_vbox::functionsetMargin(KviKvsObjectFunctionCall *c) KVSO_PARAMETERS_BEGIN(c) KVSO_PARAMETER("margin",KVS_PT_INT,0,iMargin) KVSO_PARAMETERS_END(c) - if (widget()) ((KviTalVBox *)widget())->setMargin(iMargin); + if (widget()) ((KviTalVBox *)widget())->setMargin(iMargin); return true; } @@ -87,7 +87,7 @@ bool KviKvsObject_vbox::functionsetSpacing(KviKvsObjectFunctionCall *c) KVSO_PARAMETERS_BEGIN(c) KVSO_PARAMETER("spacing",KVS_PT_INT,0,iSpacing) KVSO_PARAMETERS_END(c) - if (widget()) ((KviTalVBox *)widget())->setSpacing(iSpacing); + if (widget()) ((KviTalVBox *)widget())->setSpacing(iSpacing); return true; } @@ -125,4 +125,4 @@ bool KviKvsObject_vbox::functionsetStretchFactor(KviKvsObjectFunctionCall *c) } ((KviTalVBox *)widget())->setStretchFactor(((QWidget *)(pObject->object())),uStretch); return true; -}
\ No newline at end of file +} |
