diff options
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; } |