summaryrefslogtreecommitdiffstats
path: root/src/addnewstreamimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/addnewstreamimpl.cpp')
-rw-r--r--src/addnewstreamimpl.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/addnewstreamimpl.cpp b/src/addnewstreamimpl.cpp
index 033e44e..a1a891b 100644
--- a/src/addnewstreamimpl.cpp
+++ b/src/addnewstreamimpl.cpp
@@ -20,17 +20,17 @@
#include <kmessagebox.h>
-#include <qpushbutton.h>
-#include <qlineedit.h>
+#include <tqpushbutton.h>
+#include <tqlineedit.h>
#include "addnewstreamimpl.h"
-AddNewStreamImpl::AddNewStreamImpl( QWidget* parent, const char* name )
- : AddNewStream( parent,name, true )
+AddNewStreamImpl::AddNewStreamImpl( TQWidget* tqparent, const char* name )
+ : AddNewStream( tqparent,name, true )
{
- connect( d_okButton, SIGNAL( clicked()), this, SLOT( okButtonClicked()) );
- connect( d_cancelButton, SIGNAL( clicked()), this, SLOT( cancelButtonClicked()) );
+ connect( d_okButton, TQT_SIGNAL( clicked()), this, TQT_SLOT( okButtonClicked()) );
+ connect( d_cancelButton, TQT_SIGNAL( clicked()), this, TQT_SLOT( cancelButtonClicked()) );
}