summaryrefslogtreecommitdiffstats
path: root/vcs/cvsservice
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:29:47 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:29:47 +0000
commit157db246622e300d8cfb4684c197ed873523e3e2 (patch)
treeeaae500286d2b11f6625063f6d7f48c45392de5d /vcs/cvsservice
parentd6f8bbb45b267065a6907e71ff9c98bb6d161241 (diff)
downloadtdevelop-157db246622e300d8cfb4684c197ed873523e3e2.tar.gz
tdevelop-157db246622e300d8cfb4684c197ed873523e3e2.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1158455 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'vcs/cvsservice')
-rw-r--r--vcs/cvsservice/annotatepage.h4
-rw-r--r--vcs/cvsservice/annotateview.h2
-rw-r--r--vcs/cvsservice/checkoutdialog.h4
-rw-r--r--vcs/cvsservice/commitdlg.h4
-rw-r--r--vcs/cvsservice/cvsdiffpage.h2
-rw-r--r--vcs/cvsservice/cvslogpage.h2
-rw-r--r--vcs/cvsservice/cvsoptionswidget.h4
-rw-r--r--vcs/cvsservice/cvspart.h4
-rw-r--r--vcs/cvsservice/cvspartimpl.h2
-rw-r--r--vcs/cvsservice/cvsprocesswidget.h2
-rw-r--r--vcs/cvsservice/editorsdialog.h2
-rw-r--r--vcs/cvsservice/integrator/integratordlg.h2
12 files changed, 17 insertions, 17 deletions
diff --git a/vcs/cvsservice/annotatepage.h b/vcs/cvsservice/annotatepage.h
index b6a52b66..0b5ab001 100644
--- a/vcs/cvsservice/annotatepage.h
+++ b/vcs/cvsservice/annotatepage.h
@@ -19,9 +19,9 @@
class CvsJob_stub;
class CvsService_stub;
-class QTextBrowser;
+class TQTextBrowser;
class AnnotateView;
-class QStringList;
+class TQStringList;
class KLineEdit;
class KPushButton;
diff --git a/vcs/cvsservice/annotateview.h b/vcs/cvsservice/annotateview.h
index 4e05930b..74d19718 100644
--- a/vcs/cvsservice/annotateview.h
+++ b/vcs/cvsservice/annotateview.h
@@ -20,7 +20,7 @@
#include <klistview.h>
#include <tqtooltip.h>
-class QDateTime;
+class TQDateTime;
class AnnotatePage;
/**
diff --git a/vcs/cvsservice/checkoutdialog.h b/vcs/cvsservice/checkoutdialog.h
index a44ef397..0d01de69 100644
--- a/vcs/cvsservice/checkoutdialog.h
+++ b/vcs/cvsservice/checkoutdialog.h
@@ -18,8 +18,8 @@
class CvsService_stub;
class CvsJob_stub;
class CheckoutDialogBase;
-class QListViewItem;
-//class QStringList;
+class TQListViewItem;
+//class TQStringList;
/**
* This dialog widget will collect all useful informazion about the module the
diff --git a/vcs/cvsservice/commitdlg.h b/vcs/cvsservice/commitdlg.h
index e7ea4396..ffd40fae 100644
--- a/vcs/cvsservice/commitdlg.h
+++ b/vcs/cvsservice/commitdlg.h
@@ -18,8 +18,8 @@
#include <tqstringlist.h>
#include "commitdialogbase.h"
-class QTextEdit;
-class QCheckBox;
+class TQTextEdit;
+class TQCheckBox;
class CommitDialog : public CommitDialogBase
{
diff --git a/vcs/cvsservice/cvsdiffpage.h b/vcs/cvsservice/cvsdiffpage.h
index d9bbf36d..f38512a3 100644
--- a/vcs/cvsservice/cvsdiffpage.h
+++ b/vcs/cvsservice/cvsdiffpage.h
@@ -18,7 +18,7 @@
class CvsJob_stub;
class CvsService_stub;
-class QTextEdit;
+class TQTextEdit;
class DiffWidget;
/**
diff --git a/vcs/cvsservice/cvslogpage.h b/vcs/cvsservice/cvslogpage.h
index d618500c..c4f27ee8 100644
--- a/vcs/cvsservice/cvslogpage.h
+++ b/vcs/cvsservice/cvslogpage.h
@@ -18,7 +18,7 @@
class CvsJob_stub;
class CvsService_stub;
-class QTextBrowser;
+class TQTextBrowser;
/**
Implementation for the form displaying 'cvs log' output.
diff --git a/vcs/cvsservice/cvsoptionswidget.h b/vcs/cvsservice/cvsoptionswidget.h
index caf23619..49039749 100644
--- a/vcs/cvsservice/cvsoptionswidget.h
+++ b/vcs/cvsservice/cvsoptionswidget.h
@@ -17,8 +17,8 @@
#include <tqwidget.h>
#include "cvsoptionswidgetbase.h"
-class QLabel;
-class QVBoxLayout;
+class TQLabel;
+class TQVBoxLayout;
class CvsOptionsWidget : public CvsOptionsWidgetBase
{
diff --git a/vcs/cvsservice/cvspart.h b/vcs/cvsservice/cvspart.h
index da15dff2..df1aed51 100644
--- a/vcs/cvsservice/cvspart.h
+++ b/vcs/cvsservice/cvspart.h
@@ -20,8 +20,8 @@
#include "kdevversioncontrol.h"
class Context;
-class QPopupMenu;
-class QDir;
+class TQPopupMenu;
+class TQDir;
class KDialogBase;
class KURL;
class KURL::List;
diff --git a/vcs/cvsservice/cvspartimpl.h b/vcs/cvsservice/cvspartimpl.h
index 638e4907..a6a8a6a9 100644
--- a/vcs/cvsservice/cvspartimpl.h
+++ b/vcs/cvsservice/cvspartimpl.h
@@ -27,7 +27,7 @@ class CvsProcessWidget;
class KDevMainWindow;
class KDevCore;
class KDevDiffFrontend;
-class QDir;
+class TQDir;
class JobScheduler;
class KDevVCSFileInfoProvider;
class CVSFileInfoProvider;
diff --git a/vcs/cvsservice/cvsprocesswidget.h b/vcs/cvsservice/cvsprocesswidget.h
index 3a229a45..81e34f04 100644
--- a/vcs/cvsservice/cvsprocesswidget.h
+++ b/vcs/cvsservice/cvsprocesswidget.h
@@ -22,7 +22,7 @@ class CvsServicePart;
class DCOPRef;
class CvsJob_stub;
class CvsService_stub;
-class QStyleSheetItem;
+class TQStyleSheetItem;
class CvsProcessWidget : public TQTextEdit, virtual public CVSServiceDCOPIface
{
diff --git a/vcs/cvsservice/editorsdialog.h b/vcs/cvsservice/editorsdialog.h
index 8feecfaf..0d0fc287 100644
--- a/vcs/cvsservice/editorsdialog.h
+++ b/vcs/cvsservice/editorsdialog.h
@@ -17,7 +17,7 @@
class CvsJob_stub;
class CvsService_stub;
-class QStringList;
+class TQStringList;
class EditorsDialog: public EditorsDialogBase, virtual public CVSServiceDCOPIface
{
diff --git a/vcs/cvsservice/integrator/integratordlg.h b/vcs/cvsservice/integrator/integratordlg.h
index a69a7a91..5a9ab3a8 100644
--- a/vcs/cvsservice/integrator/integratordlg.h
+++ b/vcs/cvsservice/integrator/integratordlg.h
@@ -23,7 +23,7 @@
#include "integratordlgbase.h"
#include "cvsserviceintegrator.h"
-class QDomDocument;
+class TQDomDocument;
class IntegratorDlg: public IntegratorDlgBase, public VCSDialog {
Q_OBJECT