diff options
| author | 2009-09-30 21:57:58 +0000 | |
|---|---|---|
| committer | 2009-09-30 21:57:58 +0000 | |
| commit | 2181ad315bcc70741091456d729c8d26fbb18fa8 (patch) | |
| tree | 73f9bc762eecde0c4de01a3f668b4115cf0c2aee /src/modules/objects/class_layout.cpp | |
| parent | removed debug comment (diff) | |
| download | KVIrc-2181ad315bcc70741091456d729c8d26fbb18fa8.tar.gz KVIrc-2181ad315bcc70741091456d729c8d26fbb18fa8.tar.bz2 KVIrc-2181ad315bcc70741091456d729c8d26fbb18fa8.zip | |
Some fixes in objects module
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3535 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_layout.cpp')
| -rw-r--r-- | src/modules/objects/class_layout.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_layout.cpp b/src/modules/objects/class_layout.cpp index b87636bbb..bb94692a3 100644 --- a/src/modules/objects/class_layout.cpp +++ b/src/modules/objects/class_layout.cpp @@ -4,7 +4,7 @@ // Creation date : Fri Now 22 2002 00:50:01 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002-2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2002-2009 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -45,7 +45,7 @@ const char * const align_tbl[] = { const int align_cod[] = { - Qt::AlignLeft, + Qt::AlignLeft, Qt::AlignRight, Qt::AlignHCenter, Qt::AlignVCenter, |
