summaryrefslogtreecommitdiffstats
path: root/src/standardscandialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/standardscandialog.cpp')
-rw-r--r--src/standardscandialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/standardscandialog.cpp b/src/standardscandialog.cpp
index 32f1138..d352665 100644
--- a/src/standardscandialog.cpp
+++ b/src/standardscandialog.cpp
@@ -34,7 +34,7 @@ StandardScanDialog::StandardScanDialog(TQWidget *parent)
m_oldStation(NULL),
m_ignorePower(false)
{
- TQObject::connect(buttonCancel, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotCancelDone()));
+ TQObject::connect(buttonCancel, TQ_SIGNAL(clicked()), this, TQ_SLOT(slotCancelDone()));
}