summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-02-16 19:56:46 +0900
committerMichele Calgaro <[email protected]>2024-02-16 19:56:46 +0900
commit4d81ad9786b8e24e2fcc7ebf7c2ed2f33519f416 (patch)
tree293684c4df80d19f8ba6c6bf69cd02f0cf84c66d /src/gui
parent671d0469ada4df2d833d41d065793a06f4d87a65 (diff)
downloadktechlab-4d81ad9786b8e24e2fcc7ebf7c2ed2f33519f416.tar.gz
ktechlab-4d81ad9786b8e24e2fcc7ebf7c2ed2f33519f416.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/logview.cpp2
1 files changed, 1 insertions, 1 deletions
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 );