summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/segment/MarkerEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/segment/MarkerEditor.h')
-rw-r--r--src/gui/editors/segment/MarkerEditor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/editors/segment/MarkerEditor.h b/src/gui/editors/segment/MarkerEditor.h
index 3a03af8..71d998f 100644
--- a/src/gui/editors/segment/MarkerEditor.h
+++ b/src/gui/editors/segment/MarkerEditor.h
@@ -37,7 +37,7 @@ class TQListViewItem;
class TQLabel;
class TQCloseEvent;
class TQAccel;
-class KListView;
+class TDEListView;
class KCommand;
@@ -48,7 +48,7 @@ class RosegardenGUIDoc;
class MultiViewCommandHistory;
-class MarkerEditor : public KMainWindow
+class MarkerEditor : public TDEMainWindow
{
Q_OBJECT
@@ -112,7 +112,7 @@ protected:
TQPushButton *m_deleteButton;
TQPushButton *m_deleteAllButton;
- KListView *m_listView;
+ TDEListView *m_listView;
bool m_modified;