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/projectconfigurationdlg.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'buildtools/qmake/projectconfigurationdlg.h') diff --git a/buildtools/qmake/projectconfigurationdlg.h b/buildtools/qmake/projectconfigurationdlg.h index 29c41b07..d8ec5ea7 100644 --- a/buildtools/qmake/projectconfigurationdlg.h +++ b/buildtools/qmake/projectconfigurationdlg.h @@ -25,7 +25,7 @@ #include #include -class TQMakeScopeItem; +class QMakeScopeItem; class KListViewItem; class qProjectItem; class ProjectConfigurationDlg; @@ -34,10 +34,10 @@ class TrollProjectWidget; class InsideCheckListItem : public TQCheckListItem { public: - InsideCheckListItem( TQListView *tqparent, TQMakeScopeItem *item, ProjectConfigurationDlg *config ); + InsideCheckListItem( TQListView *tqparent, QMakeScopeItem *item, ProjectConfigurationDlg *config ); - InsideCheckListItem( TQListView *tqparent, TQListViewItem *after, TQMakeScopeItem *item, ProjectConfigurationDlg *config ); - TQMakeScopeItem *prjItem; + InsideCheckListItem( TQListView *tqparent, TQListViewItem *after, QMakeScopeItem *item, ProjectConfigurationDlg *config ); + QMakeScopeItem *prjItem; ProjectConfigurationDlg *m_config; protected: @@ -59,8 +59,8 @@ public: ProjectConfigurationDlg( TQListView *_prjList, TrollProjectWidget* _prjWidget, TQWidget* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~ProjectConfigurationDlg(); void updateControls(); - void updateSubproject( TQMakeScopeItem* _item ); - TQMakeScopeItem* currentProjectItem() { return myProjectItem; } + void updateSubproject( QMakeScopeItem* _item ); + QMakeScopeItem* currentProjectItem() { return myProjectItem; } public slots: // virtual void radioLibrarytoggled(bool); @@ -126,10 +126,10 @@ public slots: protected: TQListView *prjList; - TQMakeScopeItem *myProjectItem; - TQPtrList getAllProjects(); + QMakeScopeItem *myProjectItem; + TQPtrList getAllProjects(); TrollProjectWidget* prjWidget; - void getAllSubProjects( TQMakeScopeItem *item, TQPtrList *itemList ); + void getAllSubProjects( QMakeScopeItem *item, TQPtrList *itemList ); private: void removeSharedLibDeps(); -- cgit v1.2.1