diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-06 13:00:53 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-09 10:22:08 +0900 |
| commit | a0ecb910ebfd5bc6ac97bfa25dbc7898191e8525 (patch) | |
| tree | 4fc042e85eade656746ca5349508f63dc5a31596 /src/SUSE2button.cpp | |
| parent | 3193200c970d7e5d69c0aa33fe9657163bb72aec (diff) | |
| download | twin-style-suse2-a0ecb910.tar.gz twin-style-suse2-a0ecb910.zip | |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0c5fa47fb33bd800c42f9565fcd727b357ce1559)
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; } |
