diff options
author | Michele Calgaro <[email protected]> | 2024-01-06 12:58:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-01-09 10:15:44 +0900 |
commit | 8f6829a20f2439f2bcfb7f39ce64eef133e93234 (patch) | |
tree | 1dc5e354119d6224d9f90d93647947db49b88bdb /style/polish.cpp | |
parent | 210aaadd2d93af34c05914ba67a83895458601f9 (diff) | |
download | tde-style-baghira-8f6829a20f2439f2bcfb7f39ce64eef133e93234.tar.gz tde-style-baghira-8f6829a20f2439f2bcfb7f39ce64eef133e93234.zip |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 936a0c73f552cce101c9aa5ec64800fad86542a2)
Diffstat (limited to 'style/polish.cpp')
-rw-r--r-- | style/polish.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/polish.cpp b/style/polish.cpp index 064fcdb..5998db6 100644 --- a/style/polish.cpp +++ b/style/polish.cpp @@ -725,7 +725,7 @@ void LiquidStyle::polish( const TQStyleControlElementData &ceData, ControlElemen { w->setBackgroundMode( NoBackground ); installObjectEventHandler(ceData, elementFlags, ptr, this); - connect(w, SIGNAL(destroyed(TQObject*)), this, SLOT(progressBarDestroyed(TQObject*))); + connect(w, TQ_SIGNAL(destroyed(TQObject*)), this, TQ_SLOT(progressBarDestroyed(TQObject*))); goto kstpolish; } |