summaryrefslogtreecommitdiffstats
path: root/vcs/cvsservice/integrator
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/cvsservice/integrator')
-rw-r--r--vcs/cvsservice/integrator/cvsserviceintegrator.h2
-rw-r--r--vcs/cvsservice/integrator/integratordlg.cpp2
-rw-r--r--vcs/cvsservice/integrator/integratordlg.h2
-rw-r--r--vcs/cvsservice/integrator/integratordlgbase.ui4
4 files changed, 5 insertions, 5 deletions
diff --git a/vcs/cvsservice/integrator/cvsserviceintegrator.h b/vcs/cvsservice/integrator/cvsserviceintegrator.h
index ebf4224e..70b18751 100644
--- a/vcs/cvsservice/integrator/cvsserviceintegrator.h
+++ b/vcs/cvsservice/integrator/cvsserviceintegrator.h
@@ -25,7 +25,7 @@
#include <tqstringlist.h>
class CVSServiceIntegrator: public KDevVCSIntegrator {
-Q_OBJECT
+TQ_OBJECT
public:
CVSServiceIntegrator(TQObject* parent, const char* name, const TQStringList args = TQStringList());
diff --git a/vcs/cvsservice/integrator/integratordlg.cpp b/vcs/cvsservice/integrator/integratordlg.cpp
index e44ed9e7..b2605bf7 100644
--- a/vcs/cvsservice/integrator/integratordlg.cpp
+++ b/vcs/cvsservice/integrator/integratordlg.cpp
@@ -30,7 +30,7 @@
#include <tdeapplication.h>
#include <kdialogbase.h>
#include <kurlrequester.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
#include <kdebug.h>
diff --git a/vcs/cvsservice/integrator/integratordlg.h b/vcs/cvsservice/integrator/integratordlg.h
index ac6d7f9d..817fc622 100644
--- a/vcs/cvsservice/integrator/integratordlg.h
+++ b/vcs/cvsservice/integrator/integratordlg.h
@@ -26,7 +26,7 @@
class TQDomDocument;
class IntegratorDlg: public IntegratorDlgBase, public VCSDialog {
-Q_OBJECT
+TQ_OBJECT
public:
IntegratorDlg(CVSServiceIntegrator *integrator, TQWidget *parent = 0, const char *name = 0);
diff --git a/vcs/cvsservice/integrator/integratordlgbase.ui b/vcs/cvsservice/integrator/integratordlgbase.ui
index 6660faab..5dc8ae11 100644
--- a/vcs/cvsservice/integrator/integratordlgbase.ui
+++ b/vcs/cvsservice/integrator/integratordlgbase.ui
@@ -389,11 +389,11 @@
<tabstop>login</tabstop>
<tabstop>init</tabstop>
</tabstops>
-<Q_SLOTS>
+<slots>
<slot>init_clicked()</slot>
<slot>login_clicked()</slot>
<slot>createModule_clicked()</slot>
-</Q_SLOTS>
+</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">klineedit.h</include>