diff options
Diffstat (limited to 'src/ktechlab.cpp')
-rw-r--r-- | src/ktechlab.cpp | 2 |
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(); |