summaryrefslogtreecommitdiffstats
path: root/src/openprojectdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openprojectdlg.h')
-rw-r--r--src/openprojectdlg.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/openprojectdlg.h b/src/openprojectdlg.h
index cf492ad..e9c2477 100644
--- a/src/openprojectdlg.h
+++ b/src/openprojectdlg.h
@@ -28,7 +28,7 @@
#ifndef OPENPROJECTDLG_H
#define OPENPROJECTDLG_H
-#include <qwidget.h>
+#include <ntqwidget.h>
#include <openprojectlayout.h>
/**
@@ -43,16 +43,16 @@ class OpenProjectDlg : public OpenProjectLayout
Q_OBJECT
public:
- OpenProjectDlg(QWidget* pParent = 0, const char* szName = 0);
+ OpenProjectDlg(TQWidget* pParent = 0, const char* szName = 0);
~OpenProjectDlg();
- QString getPath() const;
+ TQString getPath() const;
protected slots:
- virtual void slotProjectSelected(const QString&);
+ virtual void slotProjectSelected(const TQString&);
virtual void slotRemoveRecent();
- virtual void slotSelectRecent(QListBoxItem*);
- virtual void slotOpenRecent(QListBoxItem*);
+ virtual void slotSelectRecent(TQListBoxItem*);
+ virtual void slotOpenRecent(TQListBoxItem*);
private:
void loadRecent();