summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/segment/PlayListDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/segment/PlayListDialog.h')
-rw-r--r--src/gui/editors/segment/PlayListDialog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/editors/segment/PlayListDialog.h b/src/gui/editors/segment/PlayListDialog.h
index 51db8ca..5130ee3 100644
--- a/src/gui/editors/segment/PlayListDialog.h
+++ b/src/gui/editors/segment/PlayListDialog.h
@@ -27,11 +27,11 @@
#define _RG_PLAYLISTDIALOG_H_
#include <kdialogbase.h>
-#include <qstring.h>
+#include <tqstring.h>
-class QWidget;
-class QCloseEvent;
+class TQWidget;
+class TQCloseEvent;
namespace Rosegarden
@@ -45,7 +45,7 @@ class PlayListDialog : public KDialogBase
Q_OBJECT
public:
- PlayListDialog(QString caption, QWidget* parent = 0, const char* name = 0);
+ PlayListDialog(TQString caption, TQWidget* parent = 0, const char* name = 0);
PlayList* getPlayList() { return m_playList; }
@@ -56,7 +56,7 @@ signals:
void closing();
protected:
- virtual void closeEvent(QCloseEvent *e);
+ virtual void closeEvent(TQCloseEvent *e);
void save();
void restore();