summaryrefslogtreecommitdiffstats
path: root/src/libs/widgets/common/sidebar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/widgets/common/sidebar.cpp')
-rw-r--r--src/libs/widgets/common/sidebar.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/widgets/common/sidebar.cpp b/src/libs/widgets/common/sidebar.cpp
index 2b00d670..95139958 100644
--- a/src/libs/widgets/common/sidebar.cpp
+++ b/src/libs/widgets/common/sidebar.cpp
@@ -118,11 +118,7 @@ void Sidebar::updateMinimumWidth()
void Sidebar::setSplitter(TQSplitter *sp)
{
-#if KDE_IS_VERSION(3,3,0)
setStyle(KMultiTabBar::VSNET);
-#else
- setStyle(KMultiTabBar::KDEV3);
-#endif
d->splitter = sp;
d->stack = new TQWidgetStack(d->splitter);