summaryrefslogtreecommitdiffstats
path: root/parts/grepview
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 /parts/grepview
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 'parts/grepview')
-rw-r--r--parts/grepview/grepdlg.h2
-rw-r--r--parts/grepview/grepviewpart.h2
-rw-r--r--parts/grepview/grepviewwidget.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/parts/grepview/grepdlg.h b/parts/grepview/grepdlg.h
index 11b8d275..5c49a155 100644
--- a/parts/grepview/grepdlg.h
+++ b/parts/grepview/grepdlg.h
@@ -21,7 +21,7 @@
class KConfig;
class KURLRequester;
-class QPushButton;
+class TQPushButton;
class GrepViewPart;
class KLineEdit;
diff --git a/parts/grepview/grepviewpart.h b/parts/grepview/grepviewpart.h
index 256b44d0..65baced0 100644
--- a/parts/grepview/grepviewpart.h
+++ b/parts/grepview/grepviewpart.h
@@ -17,7 +17,7 @@
#include "kdevplugin.h"
class KDialogBase;
-class QPopupMenu;
+class TQPopupMenu;
class Context;
class GrepViewWidget;
diff --git a/parts/grepview/grepviewwidget.h b/parts/grepview/grepviewwidget.h
index 04206973..9c232b1b 100644
--- a/parts/grepview/grepviewwidget.h
+++ b/parts/grepview/grepviewwidget.h
@@ -20,8 +20,8 @@ class GrepDialog;
class GrepViewPart;
class KDevProject;
class KTabWidget;
-class QHBoxLayout;
-class QToolButton;
+class TQHBoxLayout;
+class TQToolButton;
class GrepViewProcessWidget : public ProcessWidget
{
Q_OBJECT