diff options
author | Michele Calgaro <[email protected]> | 2024-01-11 10:46:02 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-01-12 18:41:00 +0900 |
commit | d0fc8a81142abedca766138edbd033dd4107daa7 (patch) | |
tree | 2a0de93a97438c432780b69c0a029e009c6db4eb /twin-styles/glow/glowbutton.cpp | |
parent | 060a647e209ab79f84514a0edb4e04fd51a47b19 (diff) | |
download | tdeartwork-d0fc8a81142abedca766138edbd033dd4107daa7.tar.gz tdeartwork-d0fc8a81142abedca766138edbd033dd4107daa7.zip |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 64efc076184547c5d23863fb027dd3a01d552f19)
Diffstat (limited to 'twin-styles/glow/glowbutton.cpp')
-rw-r--r-- | twin-styles/glow/glowbutton.cpp | 2 |
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; |