summaryrefslogtreecommitdiffstats
path: root/src/ktechlab.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-16 19:56:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-17 12:46:09 +0900
commit00010fac4c465a4d1d2d07907a91765f5b5ffe3c (patch)
tree293684c4df80d19f8ba6c6bf69cd02f0cf84c66d /src/ktechlab.cpp
parent4bff0b57c61dcee5074d6dc0c02d7f61eeb7202d (diff)
downloadktechlab-00010fac.tar.gz
ktechlab-00010fac.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4d81ad9786b8e24e2fcc7ebf7c2ed2f33519f416)
Diffstat (limited to 'src/ktechlab.cpp')
-rw-r--r--src/ktechlab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ktechlab.cpp b/src/ktechlab.cpp
index f4153eb..faeb7d4 100644
--- a/src/ktechlab.cpp
+++ b/src/ktechlab.cpp
@@ -668,7 +668,7 @@ void KTechlab::readProperties( TDEConfig *conf )
if ( KTLConfig::restoreDocumentsOnStartup() )
{
// If we have a lot of views open from last time, then opening them will take a long time.
- // So we want to enter the qt event loop to finish drawing the window et al before adding the views.
+ // So we want to enter the tqt event loop to finish drawing the window et al before adding the views.
tqApp->processEvents();
const TQStringList groupList = conf->groupList();