summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_progressbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/sq_progressbox.cpp')
-rw-r--r--ksquirrel/sq_progressbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksquirrel/sq_progressbox.cpp b/ksquirrel/sq_progressbox.cpp
index 8997589..34516a3 100644
--- a/ksquirrel/sq_progressbox.cpp
+++ b/ksquirrel/sq_progressbox.cpp
@@ -30,7 +30,7 @@ SQ_ProgressBox::SQ_ProgressBox(TQWidget *parent, const char *name) : TQHBox(pare
buttonStop = new TQPushButton(this);
buttonStop->setFlat(true);
buttonStop->setPixmap(SQ_IconLoader::instance()->loadIcon("media-playback-stop", TDEIcon::Desktop, TDEIcon::SizeSmall));
- connect(buttonStop, TQT_SIGNAL(clicked()), parent, TQT_SLOT(slotThumbnailUpdateToggle()));
+ connect(buttonStop, TQ_SIGNAL(clicked()), parent, TQ_SLOT(slotThumbnailUpdateToggle()));
// create progress bar
p = new SQ_Progress(this);