From 00010fac4c465a4d1d2d07907a91765f5b5ffe3c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 16 Feb 2024 19:56:46 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit 4d81ad9786b8e24e2fcc7ebf7c2ed2f33519f416) --- src/gui/logview.cpp | 2 +- src/ktechlab.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gui/logview.cpp b/src/gui/logview.cpp index 3be9290..e8bab57 100644 --- a/src/gui/logview.cpp +++ b/src/gui/logview.cpp @@ -104,7 +104,7 @@ TQPopupMenu * LogView::createPopupMenu( const TQPoint & pos ) menu->insertSeparator(); int id = menu->insertItem( i18n("Clear All"), this, TQ_SLOT(clear()) ); - // "an empty textedit is always considered to have one paragraph" - qt documentation + // "an empty textedit is always considered to have one paragraph" - tqt documentation // although this does not always seem to be the case, so I don't know... menu->setItemEnabled( id, paragraphs() > 1 ); 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(); -- cgit v1.2.1