summaryrefslogtreecommitdiffstats
path: root/digikam/themedesigner/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/themedesigner/mainwindow.cpp')
-rw-r--r--digikam/themedesigner/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/themedesigner/mainwindow.cpp b/digikam/themedesigner/mainwindow.cpp
index 3b93fb2..7d00647 100644
--- a/digikam/themedesigner/mainwindow.cpp
+++ b/digikam/themedesigner/mainwindow.cpp
@@ -81,7 +81,7 @@ MainWindow::MainWindow()
TQGridLayout* layout = new TQGridLayout(this);
TQSplitter* splitter = new TQSplitter(this);
- splitter->setOrientation( Qt::Horizontal );
+ splitter->setOrientation( TQt::Horizontal );
splitter->setSizePolicy(TQSizePolicy(TQSizePolicy::Expanding, TQSizePolicy::Expanding));
m_folderView = new FolderView(splitter);