summaryrefslogtreecommitdiffstats
path: root/twin-styles/glow/glowbutton.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-11 10:46:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-11 10:46:02 +0900
commit64efc076184547c5d23863fb027dd3a01d552f19 (patch)
treecbce71b757decf6ecf1b8cb324cedcaf0ec8a011 /twin-styles/glow/glowbutton.cpp
parent10f6b171a83061ddb1feb22d148fc956eb7fe6a4 (diff)
downloadtdeartwork-64efc076184547c5d23863fb027dd3a01d552f19.tar.gz
tdeartwork-64efc076184547c5d23863fb027dd3a01d552f19.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'twin-styles/glow/glowbutton.cpp')
-rw-r--r--twin-styles/glow/glowbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/glow/glowbutton.cpp b/twin-styles/glow/glowbutton.cpp
index 9baa98a3..a3f70741 100644
--- a/twin-styles/glow/glowbutton.cpp
+++ b/twin-styles/glow/glowbutton.cpp
@@ -90,7 +90,7 @@ GlowButton::GlowButton(TQWidget *parent, const char *name,
m_pixmapName = TQString();
m_timer = new TQTimer(this);
- connect(m_timer, TQT_SIGNAL(timeout()), this, TQT_SLOT(slotTimeout()));
+ connect(m_timer, TQ_SIGNAL(timeout()), this, TQ_SLOT(slotTimeout()));
m_pos = 0;
m_timerStatus = Stop;