summaryrefslogtreecommitdiffstats
path: root/src/projectmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/projectmanager.h')
-rw-r--r--src/projectmanager.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/projectmanager.h b/src/projectmanager.h
index c78a2c9..d45dd7d 100644
--- a/src/projectmanager.h
+++ b/src/projectmanager.h
@@ -33,18 +33,18 @@
/**
* @author Elad Lahav
*/
-class ProjectManager : public QObject
+class ProjectManager : public TQObject
{
public:
ProjectManager();
virtual ~ProjectManager();
- bool create(const QString&, const QString&, const ProjectBase::Options&,
- QString&);
- bool open(const QString&);
- bool openCscopeOut(const QString&);
+ bool create(const TQString&, const TQString&, const ProjectBase::Options&,
+ TQString&);
+ bool open(const TQString&);
+ bool openCscopeOut(const TQString&);
void close();
- QString getProjName() const;
+ TQString getProjName() const;
ProjectBase* curProject() const { return m_pCurProj; }