summaryrefslogtreecommitdiffstats
path: root/libktorrent/expandablewidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-04 23:07:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-05 20:33:03 +0900
commit9e6ff2e17018fd8f6cfe1c08096503877ffcd9e4 (patch)
treef2ddca6919259a3c2b39a96886edf4ebeff3b73f /libktorrent/expandablewidget.cpp
parent0dd6b6695093b65bbfdbd176ed661979666dbefa (diff)
downloadktorrent-9e6ff2e17018fd8f6cfe1c08096503877ffcd9e4.tar.gz
ktorrent-9e6ff2e17018fd8f6cfe1c08096503877ffcd9e4.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 84c57055d607cbb05adfacb46b1d8a21685c098a)
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;