summaryrefslogtreecommitdiffstats
path: root/ksysv/kscroller.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-06 11:29:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-07 09:56:56 +0900
commit16c7639b7aa81b924da8b4edc1d4212860b8f00d (patch)
tree64c03f99f28faf0fdc74e420a6a48cfc7b95a07f /ksysv/kscroller.cpp
parent7dede5a42269fdc0139308cd28343ece65c52b8e (diff)
downloadtdeadmin-16c7639b7aa81b924da8b4edc1d4212860b8f00d.tar.gz
tdeadmin-16c7639b7aa81b924da8b4edc1d4212860b8f00d.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 65a06ba9047c5b3bbe201d2e453f30868bd3fad3)
Diffstat (limited to 'ksysv/kscroller.cpp')
-rw-r--r--ksysv/kscroller.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksysv/kscroller.cpp b/ksysv/kscroller.cpp
index 0c18b25..87d8b71 100644
--- a/ksysv/kscroller.cpp
+++ b/ksysv/kscroller.cpp
@@ -26,8 +26,8 @@ public:
KScroller::KScroller (TQWidget* parent, const char* name)
: TQFrame (parent, name),
d (new KScrollerPrivate()),
- mVertical (new TQScrollBar (Qt::Vertical, this)),
- mHorizontal (new TQScrollBar (Qt::Horizontal, this)),
+ mVertical (new TQScrollBar (TQt::Vertical, this)),
+ mHorizontal (new TQScrollBar (TQt::Horizontal, this)),
mCornerWidget (new TQWidget (this)),
mContent (0L),
mVerticalOld (0),