diff options
| author | 2007-02-09 14:25:15 +0000 | |
|---|---|---|
| committer | 2007-02-09 14:25:15 +0000 | |
| commit | ab11d4864e27e05b76c95f3f66ef774316db2ba7 (patch) | |
| tree | 53222baae38e916cc09d8e28811bbde7b9a79db1 /src/modules/toolbareditor/toolbareditor.cpp | |
| parent | quick fix (diff) | |
| download | KVIrc-ab11d4864e27e05b76c95f3f66ef774316db2ba7.tar.gz KVIrc-ab11d4864e27e05b76c95f3f66ef774316db2ba7.tar.bz2 KVIrc-ab11d4864e27e05b76c95f3f66ef774316db2ba7.zip | |
More Qt4 port
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@334 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/toolbareditor/toolbareditor.cpp')
| -rw-r--r-- | src/modules/toolbareditor/toolbareditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/toolbareditor/toolbareditor.cpp b/src/modules/toolbareditor/toolbareditor.cpp index 895749e01..b979f9b8a 100644 --- a/src/modules/toolbareditor/toolbareditor.cpp +++ b/src/modules/toolbareditor/toolbareditor.cpp @@ -59,7 +59,7 @@ KviTrashcanLabel::KviTrashcanLabel(QWidget * p) QToolTip::add(this,__tr2qs("Drop here the icons from the toolbars to remove them")); setFrameStyle(QFrame::Sunken | QFrame::WinPanel); setAcceptDrops(true); - setAlignment(AlignCenter); + setAlignment(Qt::AlignCenter); setMinimumSize(40,40); m_uFlashCount = 0; m_pFlashTimer = 0; |
