summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools
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 /buildtools/autotools
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 'buildtools/autotools')
-rw-r--r--buildtools/autotools/addfiledlg.h4
-rw-r--r--buildtools/autotools/addprefixdlg.h2
-rw-r--r--buildtools/autotools/addtranslationdlg.h2
-rw-r--r--buildtools/autotools/autoprojectpart.h4
-rw-r--r--buildtools/autotools/autoprojectwidget.h10
-rw-r--r--buildtools/autotools/autotoolsaction.h2
-rw-r--r--buildtools/autotools/choosetargetdialog.h4
-rw-r--r--buildtools/autotools/removefiledlg.h2
8 files changed, 15 insertions, 15 deletions
diff --git a/buildtools/autotools/addfiledlg.h b/buildtools/autotools/addfiledlg.h
index 4b1b78a0..867c88cc 100644
--- a/buildtools/autotools/addfiledlg.h
+++ b/buildtools/autotools/addfiledlg.h
@@ -16,8 +16,8 @@
#include "addfiledlgbase.h"
-class QCheckBox;
-class QLineEdit;
+class TQCheckBox;
+class TQLineEdit;
class AutoProjectPart;
class AutoProjectWidget;
class SubprojectItem;
diff --git a/buildtools/autotools/addprefixdlg.h b/buildtools/autotools/addprefixdlg.h
index 8712f47f..43630ab4 100644
--- a/buildtools/autotools/addprefixdlg.h
+++ b/buildtools/autotools/addprefixdlg.h
@@ -14,7 +14,7 @@
#include <tqdialog.h>
#include <klineedit.h>
-class QPushButton;
+class TQPushButton;
class AddPrefixDialog : public QDialog
{
diff --git a/buildtools/autotools/addtranslationdlg.h b/buildtools/autotools/addtranslationdlg.h
index 7ad5cbdb..762c9790 100644
--- a/buildtools/autotools/addtranslationdlg.h
+++ b/buildtools/autotools/addtranslationdlg.h
@@ -14,7 +14,7 @@
#include <tqdialog.h>
-class QComboBox;
+class TQComboBox;
class AutoProjectPart;
diff --git a/buildtools/autotools/autoprojectpart.h b/buildtools/autotools/autoprojectpart.h
index c48e2fe7..706eacae 100644
--- a/buildtools/autotools/autoprojectpart.h
+++ b/buildtools/autotools/autoprojectpart.h
@@ -23,8 +23,8 @@
#include <kdevgenericfactory.h>
#include "kdevbuildtool.h"
-class QDomElement;
-class QStringList;
+class TQDomElement;
+class TQStringList;
class KDialogBase;
class AutoProjectWidget;
class KSelectAction;
diff --git a/buildtools/autotools/autoprojectwidget.h b/buildtools/autotools/autoprojectwidget.h
index 6c578506..ff79ce71 100644
--- a/buildtools/autotools/autoprojectwidget.h
+++ b/buildtools/autotools/autoprojectwidget.h
@@ -37,12 +37,12 @@ class SubprojectItem;
class TargetItem;
class FileItem;
class KAction;
-class QDomElement;
-class QToolButton;
-class QStringList;
-class QFocusEvent;
+class TQDomElement;
+class TQToolButton;
+class TQStringList;
+class TQFocusEvent;
class KListViewItem;
-class QListViewItem;
+class TQListViewItem;
class MakefileHandler;
class AutoProjectWidget : public QVBox
diff --git a/buildtools/autotools/autotoolsaction.h b/buildtools/autotools/autotoolsaction.h
index 52f32f26..574b20b1 100644
--- a/buildtools/autotools/autotoolsaction.h
+++ b/buildtools/autotools/autotoolsaction.h
@@ -17,7 +17,7 @@
#include <kxmlguiclient.h>
#include <kaction.h>
-class QObject;
+class TQObject;
class KActionCollection;
/**
diff --git a/buildtools/autotools/choosetargetdialog.h b/buildtools/autotools/choosetargetdialog.h
index 0d431b4d..7ca7a3f4 100644
--- a/buildtools/autotools/choosetargetdialog.h
+++ b/buildtools/autotools/choosetargetdialog.h
@@ -23,8 +23,8 @@ class AutoProjectWidget;
class AutoProjectPart;
class SubprojectItem;
class TargetItem;
-class QStringList;
-class QWidget;
+class TQStringList;
+class TQWidget;
class ChooseTargetDialog : public KDialogBase
{
diff --git a/buildtools/autotools/removefiledlg.h b/buildtools/autotools/removefiledlg.h
index 58836da3..81e24d5f 100644
--- a/buildtools/autotools/removefiledlg.h
+++ b/buildtools/autotools/removefiledlg.h
@@ -16,7 +16,7 @@
#include "removefiledlgbase.h"
-class QCheckBox;
+class TQCheckBox;
class AutoProjectWidget;
class AutoProjectPart;
class SubprojectItem;