]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kcmdolphin.cpp
use a smaller step size when using the scroll wheel
[dolphin.git] / src / kcmdolphin.cpp
index 076144a8bae15b4e2694d327ac00773a0fed50da..f980fa502af4b6be3b45763b7e36532c4cb8ad56 100644 (file)
@@ -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);