summaryrefslogtreecommitdiffstats
path: root/kttsd
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-06 11:28:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-06 22:14:44 +0900
commit51e1505d8c6135e2fbb25ca48b6bfb77015f5402 (patch)
tree1b6557ee6b68257a418963ae1ffe40456eebad5d /kttsd
parenta8769c6290d2c7a92942b5b3771d6b2e3bcc0ec2 (diff)
downloadtdeaccessibility-51e1505d8c6135e2fbb25ca48b6bfb77015f5402.tar.gz
tdeaccessibility-51e1505d8c6135e2fbb25ca48b6bfb77015f5402.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kttsd')
-rw-r--r--kttsd/kttsjobmgr/kttsjobmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kttsd/kttsjobmgr/kttsjobmgr.cpp b/kttsd/kttsjobmgr/kttsjobmgr.cpp
index 7a527f6..6a36888 100644
--- a/kttsd/kttsjobmgr/kttsjobmgr.cpp
+++ b/kttsd/kttsjobmgr/kttsjobmgr.cpp
@@ -106,7 +106,7 @@ KttsJobMgrPart::KttsJobMgrPart(TQWidget *parent, const char *name) :
// Create a splitter to contain the Job List View and the current sentence.
TQSplitter* splitter = new TQSplitter(vBox);
- splitter->setOrientation(Qt::Vertical);
+ splitter->setOrientation(TQt::Vertical);
// Create Job List View widget.
m_jobListView = new TDEListView(splitter, "joblistview");