summaryrefslogtreecommitdiffstats
path: root/src/streampropertiesdlg.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-01 00:37:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-01 17:44:47 +0900
commit5e4da610c3667967dc025ba2f8a287add5f3e9cf (patch)
treeb297e31160f2570651bcc50b541880f9e5b9e1d7 /src/streampropertiesdlg.cpp
parentae602fba033d61efcdf17b0c4cc903d4ade477c8 (diff)
downloadkstreamripper-5e4da610.tar.gz
kstreamripper-5e4da610.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 79abb65d9f117f795af1cd9371618e5065153fd2)
Diffstat (limited to 'src/streampropertiesdlg.cpp')
-rw-r--r--src/streampropertiesdlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/streampropertiesdlg.cpp b/src/streampropertiesdlg.cpp
index 7c77364..92b9ff6 100644
--- a/src/streampropertiesdlg.cpp
+++ b/src/streampropertiesdlg.cpp
@@ -29,8 +29,8 @@
StreamPropertiesDlg::StreamPropertiesDlg(TQWidget *parent, const char *name)
: StreamPropertiesDlgBase(parent, name, true)
{
- connect( d_okButton, TQT_SIGNAL( clicked()), this, TQT_SLOT( okButtonClicked()) );
- connect( d_cancelButton, TQT_SIGNAL( clicked()), this, TQT_SLOT( cancelButtonClicked()) );
+ connect( d_okButton, TQ_SIGNAL( clicked()), this, TQ_SLOT( okButtonClicked()) );
+ connect( d_cancelButton, TQ_SIGNAL( clicked()), this, TQ_SLOT( cancelButtonClicked()) );
}