┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kcmdolphin.cpp
diff options
context:
space:
mode:
authorJordi Polo <[email protected]>2008-11-12 15:15:14 +0000
committerJordi Polo <[email protected]>2008-11-12 15:15:14 +0000
commit6705ce53811c6f4ab7abe208337d02054afaa57a (patch)
tree8f72fa551ee0343acf8cfbc23c1d56a91935d153 /src/kcmdolphin.cpp
parent576e998dcd2dcc7c3d992843b2c271d1ef8c13fa (diff)
Changed a bunch of QCombobox to KCombobox and other similar classes as
suggested by Krazy. But I didn't see any improvement in the style or funcionality... svn path=/trunk/KDE/kdebase/apps/; revision=883286
Diffstat (limited to 'src/kcmdolphin.cpp')
-rw-r--r--src/kcmdolphin.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kcmdolphin.cpp b/src/kcmdolphin.cpp
index 076144a8b..f980fa502 100644
--- a/src/kcmdolphin.cpp
+++ b/src/kcmdolphin.cpp
@@ -24,6 +24,7 @@
#include "generalviewsettingspage.h"
#include "iconsviewsettingspage.h"
+#include <ktabwidget.h>
#include <kdialog.h>
#include <klocale.h>
#include <kpluginfactory.h>
@@ -52,7 +53,7 @@ DolphinConfigModule::DolphinConfigModule(QWidget* parent, const QVariantList& ar
topLayout->setMargin(0);
topLayout->setSpacing(KDialog::spacingHint());
- QTabWidget* tabWidget = new QTabWidget(this);
+ KTabWidget* tabWidget = new KTabWidget(this);
// initialize 'General' tab
GeneralViewSettingsPage* generalPage = new GeneralViewSettingsPage(QDir::homePath(), tabWidget);