summaryrefslogtreecommitdiffstats
path: root/digikam/showfoto/showfoto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/showfoto/showfoto.cpp')
-rw-r--r--digikam/showfoto/showfoto.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/showfoto/showfoto.cpp b/digikam/showfoto/showfoto.cpp
index f1f1a09..4f1caf2 100644
--- a/digikam/showfoto/showfoto.cpp
+++ b/digikam/showfoto/showfoto.cpp
@@ -430,10 +430,10 @@ void ShowFoto::setupUserArea()
}
else // Horizontal thumbbar layout
{
- m_splitter = new TQSplitter(Qt::Horizontal, widget);
+ m_splitter = new TQSplitter(TQt::Horizontal, widget);
TQWidget* widget2 = new TQWidget(m_splitter);
TQVBoxLayout *vlay = new TQVBoxLayout(widget2);
- d->vSplitter = new TQSplitter(Qt::Vertical, widget2);
+ d->vSplitter = new TQSplitter(TQt::Vertical, widget2);
m_stackView = new Digikam::EditorStackView(d->vSplitter);
m_canvas = new Digikam::Canvas(m_stackView);
d->thumbBar = new Digikam::ThumbBarView(d->vSplitter, Digikam::ThumbBarView::Horizontal);