summaryrefslogtreecommitdiffstats
path: root/buildtools
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
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')
-rw-r--r--buildtools/ant/antprojectpart.h2
-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
-rw-r--r--buildtools/custommakefiles/custombuildoptionswidget.h2
-rw-r--r--buildtools/custommakefiles/customprojectpart.h6
-rw-r--r--buildtools/custommakefiles/selectnewfilesdialog.h4
-rw-r--r--buildtools/lib/parsers/autotools/tests/viewer.h2
-rw-r--r--buildtools/lib/parsers/qmake/qmakedriver.h2
-rw-r--r--buildtools/lib/parsers/qmake/tests/viewer.h2
-rw-r--r--buildtools/lib/widgets/addenvvardlg.h2
-rw-r--r--buildtools/lib/widgets/addfilesdialog.h2
-rw-r--r--buildtools/qmake/newwidgetdlg.h4
-rw-r--r--buildtools/script/scriptnewfiledlg.h2
-rw-r--r--buildtools/script/scriptprojectpart.h4
20 files changed, 32 insertions, 32 deletions
diff --git a/buildtools/ant/antprojectpart.h b/buildtools/ant/antprojectpart.h
index b40740b5..87cbb6dd 100644
--- a/buildtools/ant/antprojectpart.h
+++ b/buildtools/ant/antprojectpart.h
@@ -7,7 +7,7 @@
#include <tqmap.h>
-class QPopupMenu;
+class TQPopupMenu;
class KAction;
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;
diff --git a/buildtools/custommakefiles/custombuildoptionswidget.h b/buildtools/custommakefiles/custombuildoptionswidget.h
index c89d6f23..bf67477a 100644
--- a/buildtools/custommakefiles/custombuildoptionswidget.h
+++ b/buildtools/custommakefiles/custombuildoptionswidget.h
@@ -15,7 +15,7 @@
#include "custombuildoptionswidgetbase.h"
#include <tqdom.h>
-class QTabWidget;
+class TQTabWidget;
class CustomBuildOptionsWidget : public CustomBuildOptionsWidgetBase
diff --git a/buildtools/custommakefiles/customprojectpart.h b/buildtools/custommakefiles/customprojectpart.h
index 67b5088b..288011e6 100644
--- a/buildtools/custommakefiles/customprojectpart.h
+++ b/buildtools/custommakefiles/customprojectpart.h
@@ -22,9 +22,9 @@
#include <kdevbuildtool.h>
-class QListViewItem;
-class QPopupMenu;
-class QStringList;
+class TQListViewItem;
+class TQPopupMenu;
+class TQStringList;
class KDialogBase;
class CustomProjectWidget;
class Context;
diff --git a/buildtools/custommakefiles/selectnewfilesdialog.h b/buildtools/custommakefiles/selectnewfilesdialog.h
index 966cfaa4..cd9831ee 100644
--- a/buildtools/custommakefiles/selectnewfilesdialog.h
+++ b/buildtools/custommakefiles/selectnewfilesdialog.h
@@ -14,8 +14,8 @@
#include "kdialogbase.h"
-class QCheckListItem;
-class QStringList;
+class TQCheckListItem;
+class TQStringList;
class SelectNewFilesDialogBase;
class SelectNewFilesDialog : public KDialogBase
diff --git a/buildtools/lib/parsers/autotools/tests/viewer.h b/buildtools/lib/parsers/autotools/tests/viewer.h
index 3b0443f7..5ee63c54 100644
--- a/buildtools/lib/parsers/autotools/tests/viewer.h
+++ b/buildtools/lib/parsers/autotools/tests/viewer.h
@@ -26,7 +26,7 @@
namespace AutoTools { class ProjectAST; }
-class QListViewItem;
+class TQListViewItem;
class Viewer: public ViewerBase {
Q_OBJECT
diff --git a/buildtools/lib/parsers/qmake/qmakedriver.h b/buildtools/lib/parsers/qmake/qmakedriver.h
index daa06057..918054fa 100644
--- a/buildtools/lib/parsers/qmake/qmakedriver.h
+++ b/buildtools/lib/parsers/qmake/qmakedriver.h
@@ -20,7 +20,7 @@
#ifndef QMAKEQMAKEDRIVER_H
#define QMAKEQMAKEDRIVER_H
-class QString;
+class TQString;
class KURL;
namespace QMake {
diff --git a/buildtools/lib/parsers/qmake/tests/viewer.h b/buildtools/lib/parsers/qmake/tests/viewer.h
index 07e91da1..bba85b1f 100644
--- a/buildtools/lib/parsers/qmake/tests/viewer.h
+++ b/buildtools/lib/parsers/qmake/tests/viewer.h
@@ -28,7 +28,7 @@ namespace QMake {
class ProjectAST;
}
-class QListViewItem;
+class TQListViewItem;
class Viewer: public ViewerBase {
Q_OBJECT
diff --git a/buildtools/lib/widgets/addenvvardlg.h b/buildtools/lib/widgets/addenvvardlg.h
index 5f2a5ea6..9f072cfb 100644
--- a/buildtools/lib/widgets/addenvvardlg.h
+++ b/buildtools/lib/widgets/addenvvardlg.h
@@ -22,7 +22,7 @@
#include <tqdialog.h>
#include <klineedit.h>
-class QPushButton;
+class TQPushButton;
/**
Dialog to add environment variables.
diff --git a/buildtools/lib/widgets/addfilesdialog.h b/buildtools/lib/widgets/addfilesdialog.h
index 51415cc6..c66532e5 100644
--- a/buildtools/lib/widgets/addfilesdialog.h
+++ b/buildtools/lib/widgets/addfilesdialog.h
@@ -22,7 +22,7 @@
#include <kdeversion.h>
#include <kfiledialog.h>
-class QComboBox;
+class TQComboBox;
/**
This class allows you to choose additional modes when adding
diff --git a/buildtools/qmake/newwidgetdlg.h b/buildtools/qmake/newwidgetdlg.h
index 874b502f..994aead5 100644
--- a/buildtools/qmake/newwidgetdlg.h
+++ b/buildtools/qmake/newwidgetdlg.h
@@ -15,8 +15,8 @@
#include "newwidgetdlgbase.h"
#include "trollprojectwidget.h"
-class QStringList;
-class QDomDocument;
+class TQStringList;
+class TQDomDocument;
class NewWidgetDlg : public NewWidgetDlgBase
{
diff --git a/buildtools/script/scriptnewfiledlg.h b/buildtools/script/scriptnewfiledlg.h
index 990fc663..72f433c9 100644
--- a/buildtools/script/scriptnewfiledlg.h
+++ b/buildtools/script/scriptnewfiledlg.h
@@ -14,7 +14,7 @@
#include <tqdialog.h>
-class QCheckBox;
+class TQCheckBox;
class KLineEdit;
class ScriptProjectPart;
diff --git a/buildtools/script/scriptprojectpart.h b/buildtools/script/scriptprojectpart.h
index b886bd46..b3a748ed 100644
--- a/buildtools/script/scriptprojectpart.h
+++ b/buildtools/script/scriptprojectpart.h
@@ -17,8 +17,8 @@
#include "kdevbuildtool.h"
-class QListViewItem;
-class QStringList;
+class TQListViewItem;
+class TQStringList;
class KDialogBase;
class ScriptProjectWidget;