summaryrefslogtreecommitdiffstats
path: root/tdestyles/keramik/keramik.cpp
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 17:46:31 +0900
commit3afb7eb4e984562dff3addf2c6399c19262497f0 (patch)
tree88cb5c78b7624a5632b94a4cf0d03cdcd821e89d /tdestyles/keramik/keramik.cpp
parent07fcd9deaae4019116a2eeac3d6ba540c9ec5763 (diff)
downloadtdelibs-3afb7eb4.tar.gz
tdelibs-3afb7eb4.zip
Fix up few tqt3 -> tqt renames missed in previous commit
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bedc43ef09d9569fb7643849e8f24dd46c379eba)
Diffstat (limited to 'tdestyles/keramik/keramik.cpp')
-rw-r--r--tdestyles/keramik/keramik.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdestyles/keramik/keramik.cpp b/tdestyles/keramik/keramik.cpp
index 7285fbb15..3d6087ac2 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) )
{