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/filecreate/filecreate_widget2.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'parts/filecreate/filecreate_widget2.h') diff --git a/parts/filecreate/filecreate_widget2.h b/parts/filecreate/filecreate_widget2.h index 0e909d41..a8a3b38e 100644 --- a/parts/filecreate/filecreate_widget2.h +++ b/parts/filecreate/filecreate_widget2.h @@ -31,6 +31,7 @@ namespace FileCreate { class FriendlyWidget : public TQTable, public TypeChooser { Q_OBJECT + TQ_OBJECT public: @@ -46,10 +47,6 @@ namespace FileCreate { */ virtual void setCurrent(const FileType * current); -#if QT_VERSION < 0x030100 - void selectRow(int row); -#endif - protected: /** * Sets row row to filetype filetype. -- cgit v1.2.1