diff options
| author | 2008-04-13 16:50:56 +0000 | |
|---|---|---|
| committer | 2008-04-13 16:50:56 +0000 | |
| commit | 94c0af58cc261e9d2bc80bfc9516b2439f8f643d (patch) | |
| tree | a19dc41420b6f9506deddf25494a215b6ea04f81 /src/modules/objects/class_groupbox.cpp | |
| parent | more QT4 port. (diff) | |
| download | KVIrc-94c0af58cc261e9d2bc80bfc9516b2439f8f643d.tar.gz KVIrc-94c0af58cc261e9d2bc80bfc9516b2439f8f643d.tar.bz2 KVIrc-94c0af58cc261e9d2bc80bfc9516b2439f8f643d.zip | |
objects module QT4 port and code clean (wip).
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1474 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_groupbox.cpp')
| -rw-r--r-- | src/modules/objects/class_groupbox.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/objects/class_groupbox.cpp b/src/modules/objects/class_groupbox.cpp index 74474cba9..f6974ccd6 100644 --- a/src/modules/objects/class_groupbox.cpp +++ b/src/modules/objects/class_groupbox.cpp @@ -29,6 +29,7 @@ #include "kvi_locale.h" #include "kvi_iconmanager.h" + // Tables used in $setAlignment , $alignment and in $setOrientation & $orientation const char * const align_tbl[] = { |
