summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-05-06 11:11:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-05-06 11:11:47 +0900
commitbedc43ef09d9569fb7643849e8f24dd46c379eba (patch)
tree1dc80e1c1c530a0fe5ae89e39d5444cec2fea773
parent59271fb0742e74d1d31206d5d5598b4a3d154467 (diff)
downloadtdelibs-bedc43ef09d9569fb7643849e8f24dd46c379eba.tar.gz
tdelibs-bedc43ef09d9569fb7643849e8f24dd46c379eba.zip
Fix up few tqt3 -> tqt renames missed in previous commit
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeL10n.txt6
-rw-r--r--tdestyles/keramik/keramik.cpp2
-rw-r--r--tdeui/tdelistview.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index c55058bcc..bda1c27ee 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -26,14 +26,14 @@ include( TDEL10n )
set( POT_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../tde-i18n/template/messages/tdelibs" )
-##### verify tqt3 sources #######################
+##### verify tqt sources #######################
if( NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/../../dependencies/tqt/src )
- tde_message_fatal( "TQt3 source code is required but not found" )
+ tde_message_fatal( "TQt source code is required but not found" )
endif( )
-##### prepare tqt3/src/xml/tqxml.cpp #############
+##### prepare tqt/src/xml/tqxml.cpp #############
if( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/../../dependencies/tqt/src/xml/tqxml.cpp )
# hide "#define" to allow strings to be extracted using xgettext
diff --git a/tdestyles/keramik/keramik.cpp b/tdestyles/keramik/keramik.cpp
index d284405ae..c46fd67b6 100644
--- a/tdestyles/keramik/keramik.cpp
+++ b/tdestyles/keramik/keramik.cpp
@@ -2925,7 +2925,7 @@ bool KeramikStyle::objectEventHandler( const TQStyleControlElementData &ceData,
}
#if 0 // FIXME
// This does not work on modern systems
- // Rather than resorting to hacks like this, which can stop working at any time, the required functionality should simply be added to TQt3!
+ // Rather than resorting to hacks like this, which can stop working at any time, the required functionality should simply be added to TQt!
else if (event->type() == TQEvent::Paint && object->parent() && ::tqt_cast<TQToolBar*>(object->parent())
&& !::tqt_cast<TQPopupMenu*>(object) )
{
diff --git a/tdeui/tdelistview.h b/tdeui/tdelistview.h
index 8e42aceaa..075b80091 100644
--- a/tdeui/tdelistview.h
+++ b/tdeui/tdelistview.h
@@ -436,7 +436,7 @@ public:
/**
* @param enable TRUE if small execute area should be used (e.g. KonqListViewItem), FALSE if not.
- * The default is FALSE to match TQt3 behaviour.
+ * The default is FALSE to match TQt behaviour.
*
* @since 14.0
*/