summaryrefslogtreecommitdiffstats
path: root/parts/ctags2
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/ctags2
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/ctags2')
-rw-r--r--parts/ctags2/ctags2_part.h4
-rw-r--r--parts/ctags2/ctags2_widget.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/parts/ctags2/ctags2_part.h b/parts/ctags2/ctags2_part.h
index b602ca35..05a53c41 100644
--- a/parts/ctags2/ctags2_part.h
+++ b/parts/ctags2/ctags2_part.h
@@ -18,10 +18,10 @@
#include <kdevplugin.h>
#include "tags.h"
-class QPopupMenu;
+class TQPopupMenu;
class Context;
class KURL;
-class QTextStream;
+class TQTextStream;
class CTags2Widget;
class ConfigWidgetProxy;
class KDialogBase;
diff --git a/parts/ctags2/ctags2_widget.h b/parts/ctags2/ctags2_widget.h
index 758e73b1..8b3bb4f4 100644
--- a/parts/ctags2/ctags2_widget.h
+++ b/parts/ctags2/ctags2_widget.h
@@ -16,8 +16,8 @@
#include "ctags2_part.h"
#include "tags.h"
-class QTimer;
-class QListViewItem;
+class TQTimer;
+class TQListViewItem;
class CTags2Widget : public CTags2WidgetBase
{