summaryrefslogtreecommitdiffstats
path: root/buildtools/custommakefiles
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/custommakefiles
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/custommakefiles')
-rw-r--r--buildtools/custommakefiles/custombuildoptionswidget.h2
-rw-r--r--buildtools/custommakefiles/customprojectpart.h6
-rw-r--r--buildtools/custommakefiles/selectnewfilesdialog.h4
3 files changed, 6 insertions, 6 deletions
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