diff options
Diffstat (limited to 'src/gui/editors/segment/ControlEditorDialog.h')
-rw-r--r-- | src/gui/editors/segment/ControlEditorDialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/editors/segment/ControlEditorDialog.h b/src/gui/editors/segment/ControlEditorDialog.h index f606210..7b7b0b6 100644 --- a/src/gui/editors/segment/ControlEditorDialog.h +++ b/src/gui/editors/segment/ControlEditorDialog.h @@ -35,7 +35,7 @@ class TQWidget; class TQPushButton; class TQListViewItem; class TQCloseEvent; -class KListView; +class TDEListView; class KCommand; @@ -47,7 +47,7 @@ class RosegardenGUIDoc; class MultiViewCommandHistory; -class ControlEditorDialog : public KMainWindow +class ControlEditorDialog : public TDEMainWindow { Q_OBJECT @@ -109,7 +109,7 @@ protected: TQPushButton *m_addButton; TQPushButton *m_deleteButton; - KListView *m_listView; + TDEListView *m_listView; bool m_modified; |