┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kcmdolphin.cpp
diff options
context:
space:
mode:
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);