From 48d4a26399959121f33d2bc3bfe51c7827b654fc Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 14 Jun 2011 16:45:05 +0000 Subject: TQt4 port kdevelop This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1236710 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- parts/documentation/indexview.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'parts/documentation/indexview.h') diff --git a/parts/documentation/indexview.h b/parts/documentation/indexview.h index 92f965f2..8fb04e4d 100644 --- a/parts/documentation/indexview.h +++ b/parts/documentation/indexview.h @@ -28,11 +28,12 @@ class TQListBoxItem; class DocumentationWidget; class FindDocumentation; -class IndexView : public QWidget +class IndexView : public TQWidget { Q_OBJECT + TQ_OBJECT public: - IndexView(DocumentationWidget *parent = 0, const char *name = 0); + IndexView(DocumentationWidget *tqparent = 0, const char *name = 0); ~IndexView(); virtual bool eventFilter(TQObject *watched, TQEvent *e); -- cgit v1.2.1