diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:05:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:05:43 -0600 |
commit | fb3718a55f355cd22f9eb9fa4e89cd3b84b8c9ca (patch) | |
tree | 5785d2ccbdfbe2f44d02fec75b4a51f5079a4b62 /src/gui/editors/tempo/TempoView.h | |
parent | acf699af8244896500e654cccdc8aae7e5b545db (diff) | |
download | rosegarden-fb3718a55f355cd22f9eb9fa4e89cd3b84b8c9ca.tar.gz rosegarden-fb3718a55f355cd22f9eb9fa4e89cd3b84b8c9ca.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/gui/editors/tempo/TempoView.h')
-rw-r--r-- | src/gui/editors/tempo/TempoView.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/tempo/TempoView.h b/src/gui/editors/tempo/TempoView.h index 8f9bdca..b3e944f 100644 --- a/src/gui/editors/tempo/TempoView.h +++ b/src/gui/editors/tempo/TempoView.h @@ -41,7 +41,7 @@ class TQListViewItem; class TQCloseEvent; class TQCheckBox; class TQButtonGroup; -class KListView; +class TDEListView; namespace Rosegarden @@ -152,7 +152,7 @@ protected: virtual void closeEvent(TQCloseEvent *); //--------------- Data members --------------------------------- - KListView *m_list; + TDEListView *m_list; int m_filter; static int m_lastSetFilter; |