From e9be34de5fe62ce92c1d4cad63d03be76e9beb8d Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 17 Jun 2011 19:08:25 +0000 Subject: Fix kdevelop Qt3 compilation git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1237312 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- buildtools/qmake/createscopedlg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'buildtools/qmake/createscopedlg.h') diff --git a/buildtools/qmake/createscopedlg.h b/buildtools/qmake/createscopedlg.h index 412a5f2f..31195c87 100644 --- a/buildtools/qmake/createscopedlg.h +++ b/buildtools/qmake/createscopedlg.h @@ -14,7 +14,7 @@ #include "createscopedlgbase.h" -class TQMakeScopeItem; +class QMakeScopeItem; class TrollProjectWigdet; class CreateScopeDlg : public CreateScopeDlgBase @@ -23,7 +23,7 @@ class CreateScopeDlg : public CreateScopeDlgBase TQ_OBJECT public: - CreateScopeDlg( TQMakeScopeItem* item, TQWidget* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + CreateScopeDlg( QMakeScopeItem* item, TQWidget* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~CreateScopeDlg(); /*$PUBLIC_FUNCTIONS$*/ @@ -37,7 +37,7 @@ protected slots: /*$PROTECTED_SLOTS$*/ virtual void accept(); private: - TQMakeScopeItem* m_item; + QMakeScopeItem* m_item; }; #endif -- cgit v1.2.1