summaryrefslogtreecommitdiffstats
path: root/libktorrent/expandablewidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/expandablewidget.cpp')
-rw-r--r--libktorrent/expandablewidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/expandablewidget.cpp b/libktorrent/expandablewidget.cpp
index fe7a0df..2302329 100644
--- a/libktorrent/expandablewidget.cpp
+++ b/libktorrent/expandablewidget.cpp
@@ -57,7 +57,7 @@ namespace kt
top_layout->remove(begin->w);
// create new toplevel splitter
- Qt::Orientation orientation = (pos == RIGHT || pos == LEFT) ? Qt::Horizontal : Qt::Vertical;
+ TQt::Orientation orientation = (pos == RIGHT || pos == LEFT) ? TQt::Horizontal : TQt::Vertical;
TQSplitter* s = new TQSplitter(orientation,this);;
se->s = s;