summaryrefslogtreecommitdiffstats
path: root/src/streampropertiesdlg.cpp
diff options
context:
space:
mode:
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()) );
}