diff options
| author | 2008-05-06 02:18:21 +0000 | |
|---|---|---|
| committer | 2008-05-06 02:18:21 +0000 | |
| commit | e0e589decb1d01dc890cdf89e7cb836e2c7856e9 (patch) | |
| tree | b75b199db5d07505cd445c7cd0c6100a72ac9c84 /src/modules/theme/managementdialog.cpp | |
| parent | fixed addon manager background (diff) | |
| download | KVIrc-e0e589decb1d01dc890cdf89e7cb836e2c7856e9.tar.gz KVIrc-e0e589decb1d01dc890cdf89e7cb836e2c7856e9.tar.bz2 KVIrc-e0e589decb1d01dc890cdf89e7cb836e2c7856e9.zip | |
quick fixes
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1685 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme/managementdialog.cpp')
| -rw-r--r-- | src/modules/theme/managementdialog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/theme/managementdialog.cpp b/src/modules/theme/managementdialog.cpp index 8289d6aee..e561fb1f5 100644 --- a/src/modules/theme/managementdialog.cpp +++ b/src/modules/theme/managementdialog.cpp @@ -186,7 +186,7 @@ KviThemeManagementDialog::KviThemeManagementDialog(QWidget * parent) m_pListWidget->setMinimumHeight(400); m_pListWidget->setMinimumWidth(400); - m_pListWidget->setSelectionMode(QAbstractItemView::ExtendedSelection);
+ m_pListWidget->setSelectionMode(QAbstractItemView::ExtendedSelection); m_pListWidget->setSortingEnabled(true); connect(m_pListWidget,SIGNAL(itemActivated(QListWidgetItem *)),this,SLOT(applyTheme(QListWidgetItem *))); connect(m_pListWidget,SIGNAL(customContextMenuRequested(const QPoint &)), @@ -194,8 +194,8 @@ KviThemeManagementDialog::KviThemeManagementDialog(QWidget * parent) connect(m_pListWidget,SIGNAL(itemSelectionChanged()),this,SLOT(enableDisableButtons())); g->addWidget(m_pListWidget,1,0); - KviDynamicToolTip * tip = new KviDynamicToolTip(m_pListWidget); - connect(tip,SIGNAL(tipRequest(KviDynamicToolTip *,const QPoint &)),this,SLOT(tipRequest(KviDynamicToolTip *,const QPoint &))); + KviDynamicToolTip * tip = new KviDynamicToolTip(m_pListWidget); + connect(tip,SIGNAL(tipRequest(KviDynamicToolTip *,const QPoint &)),this,SLOT(tipRequest(KviDynamicToolTip *,const QPoint &))); QPushButton * b = new QPushButton(__tr2qs("Close"),this); b->setMaximumSize(b->sizeHint().width(),b->sizeHint().height()); |
