summaryrefslogtreecommitdiffstats
path: root/src/standardscandialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-02 11:38:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-02 11:38:29 +0900
commit269551cf8e80ed83b626bb793f0f9f15b5f2809c (patch)
tree8acb279ab4af2e99e4db20e28ddd8fc1148a63f1 /src/standardscandialog.cpp
parent887adb8a4498cf2537919d863a2554e4be379249 (diff)
downloadtderadio-269551cf8e80ed83b626bb793f0f9f15b5f2809c.tar.gz
tderadio-269551cf8e80ed83b626bb793f0f9f15b5f2809c.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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()));
}