diff options
Diffstat (limited to 'src/SUSE2button.cpp')
-rw-r--r-- | src/SUSE2button.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SUSE2button.cpp b/src/SUSE2button.cpp index 9f68f03..e06c8cf 100644 --- a/src/SUSE2button.cpp +++ b/src/SUSE2button.cpp @@ -64,7 +64,7 @@ SUSE2Button::SUSE2Button(ButtonType type, SUSE2Client *parent, const char *name) setBackgroundMode(NoBackground); animTmr = new TQTimer(this); - connect(animTmr, SIGNAL(timeout() ), this, SLOT(animate() ) ); + connect(animTmr, TQ_SIGNAL(timeout() ), this, TQ_SLOT(animate() ) ); animProgress = 0; } |