diff options
Diffstat (limited to 'vcs')
-rw-r--r-- | vcs/clearcase/clearcasepart.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/annotatepage.h | 4 | ||||
-rw-r--r-- | vcs/cvsservice/annotateview.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/checkoutdialog.h | 4 | ||||
-rw-r--r-- | vcs/cvsservice/commitdlg.h | 4 | ||||
-rw-r--r-- | vcs/cvsservice/cvsdiffpage.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvslogpage.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvsoptionswidget.h | 4 | ||||
-rw-r--r-- | vcs/cvsservice/cvspart.h | 4 | ||||
-rw-r--r-- | vcs/cvsservice/cvspartimpl.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvsprocesswidget.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/editorsdialog.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/integrator/integratordlg.h | 2 | ||||
-rw-r--r-- | vcs/perforce/perforcepart.h | 2 | ||||
-rw-r--r-- | vcs/subversion/subversion_widget.h | 4 | ||||
-rw-r--r-- | vcs/subversion/svn_blamewidget.h | 12 | ||||
-rw-r--r-- | vcs/subversion/svn_fileselectdlg_commit.h | 4 | ||||
-rw-r--r-- | vcs/subversion/svn_kio.h | 2 | ||||
-rw-r--r-- | vcs/subversion/svn_logviewwidget.h | 6 |
19 files changed, 33 insertions, 33 deletions
diff --git a/vcs/clearcase/clearcasepart.h b/vcs/clearcase/clearcasepart.h index f6d8cd39..cafd60cd 100644 --- a/vcs/clearcase/clearcasepart.h +++ b/vcs/clearcase/clearcasepart.h @@ -15,7 +15,7 @@ #include <kdevversioncontrol.h> class Context; -class QPopupMenu; +class TQPopupMenu; class ClearcasePart : public KDevVersionControl { Q_OBJECT 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 diff --git a/vcs/perforce/perforcepart.h b/vcs/perforce/perforcepart.h index 073a14ce..e5d2da9b 100644 --- a/vcs/perforce/perforcepart.h +++ b/vcs/perforce/perforcepart.h @@ -17,7 +17,7 @@ #include <klocale.h> class Context; -class QPopupMenu; +class TQPopupMenu; class KAction; class PerforcePart : public KDevVersionControl diff --git a/vcs/subversion/subversion_widget.h b/vcs/subversion/subversion_widget.h index c2ff7e62..f479c885 100644 --- a/vcs/subversion/subversion_widget.h +++ b/vcs/subversion/subversion_widget.h @@ -33,8 +33,8 @@ class KTextEdit; class SvnLogHolder; class SvnBlameHolder; class SvnLogViewWidget; -class QToolButton; -class QPushButton; +class TQToolButton; +class TQPushButton; /** The main Subversion DockWidget. Contains logview-output, blame-output, status and etc */ // class subversionWidget : public SvnOutputWidgetBase diff --git a/vcs/subversion/svn_blamewidget.h b/vcs/subversion/svn_blamewidget.h index b0d01e12..ff446177 100644 --- a/vcs/subversion/svn_blamewidget.h +++ b/vcs/subversion/svn_blamewidget.h @@ -19,11 +19,11 @@ #include <tqwidget.h> #include <tqdialog.h> #include <tqvaluelist.h> -class QVBoxLayout; -class QListView; -class QGridLayout; -class QPushButton; -class QStringList; +class TQVBoxLayout; +class TQListView; +class TQGridLayout; +class TQPushButton; +class TQStringList; class SvnBlameHolder { public: @@ -36,7 +36,7 @@ public: TQString content; }; -class QListView; +class TQListView; class SvnBlameWidget : public TQWidget { Q_OBJECT diff --git a/vcs/subversion/svn_fileselectdlg_commit.h b/vcs/subversion/svn_fileselectdlg_commit.h index 5789d15d..700ac6ab 100644 --- a/vcs/subversion/svn_fileselectdlg_commit.h +++ b/vcs/subversion/svn_fileselectdlg_commit.h @@ -25,9 +25,9 @@ #include <tqdialog.h> #include <kurl.h> -class QString; +class TQString; class KURL; -class QListView; +class TQListView; class subversionPart; class SVNFileSelectDlgCommit : public SvnCommitDlgBase{ diff --git a/vcs/subversion/svn_kio.h b/vcs/subversion/svn_kio.h index a66064d0..4ecfbb9d 100644 --- a/vcs/subversion/svn_kio.h +++ b/vcs/subversion/svn_kio.h @@ -35,7 +35,7 @@ #include <subversion-1/svn_wc.h> #include "subversion_global.h" -class QCString; +class TQCString; class kio_svnProtocol; typedef struct kbaton { diff --git a/vcs/subversion/svn_logviewwidget.h b/vcs/subversion/svn_logviewwidget.h index 7f9a6d4d..918d6e47 100644 --- a/vcs/subversion/svn_logviewwidget.h +++ b/vcs/subversion/svn_logviewwidget.h @@ -27,11 +27,11 @@ #include <tqvaluelist.h> #include <tqlistview.h> class subversionPart; -// class QWidget; +// class TQWidget; #include <tqwidget.h> class KTextEdit; -class QSplitter; -class QGridLayout; +class TQSplitter; +class TQGridLayout; class SvnLogViewItem; class SvnLogHolder{ |