diff options
| author | 2008-04-30 10:28:19 +0000 | |
|---|---|---|
| committer | 2008-04-30 10:28:19 +0000 | |
| commit | 7a03271a4a4d26c5213a4b4c46f0eee6410e88f4 (patch) | |
| tree | 4459594873310eae967f6c2a9404f6772353ef7e /src/modules/theme/managementdialog.cpp | |
| parent | removed useless class; fixed cmake/automake rules; little fixes around (diff) | |
| download | KVIrc-7a03271a4a4d26c5213a4b4c46f0eee6410e88f4.tar.gz KVIrc-7a03271a4a4d26c5213a4b4c46f0eee6410e88f4.tar.bz2 KVIrc-7a03271a4a4d26c5213a4b4c46f0eee6410e88f4.zip | |
Removed obsolete QGridLayout QT3 constructor.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1626 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme/managementdialog.cpp')
| -rw-r--r-- | src/modules/theme/managementdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/theme/managementdialog.cpp b/src/modules/theme/managementdialog.cpp index b9a33322c..4e92298c5 100644 --- a/src/modules/theme/managementdialog.cpp +++ b/src/modules/theme/managementdialog.cpp @@ -146,7 +146,7 @@ KviThemeManagementDialog::KviThemeManagementDialog(QWidget * parent) m_pInstance = this; - QGridLayout * g = new QGridLayout(this,3,2,4,4); + QGridLayout * g = new QGridLayout(this); KviTalHBox *hb = new KviTalHBox(this); g->addMultiCellWidget(hb,0,0,0,1); |
