diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:05:43 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:05:43 -0600 |
| commit | fb3718a55f355cd22f9eb9fa4e89cd3b84b8c9ca (patch) | |
| tree | 5785d2ccbdfbe2f44d02fec75b4a51f5079a4b62 /src/gui/rulers/TempoRuler.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/rulers/TempoRuler.h')
| -rw-r--r-- | src/gui/rulers/TempoRuler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/rulers/TempoRuler.h b/src/gui/rulers/TempoRuler.h index e330839..bd395df 100644 --- a/src/gui/rulers/TempoRuler.h +++ b/src/gui/rulers/TempoRuler.h @@ -41,7 +41,7 @@ class TQPopupMenu; class TQPaintEvent; class TQMouseEvent; class TQEvent; -class KMainWindow; +class TDEMainWindow; namespace Rosegarden @@ -73,7 +73,7 @@ public: */ TempoRuler(RulerScale *rulerScale, RosegardenGUIDoc *doc, - KMainWindow *parentMainWindow, + TDEMainWindow *parentMainWindow, double xorigin = 0.0, int height = 0, bool small = false, @@ -167,7 +167,7 @@ private: RulerScale *m_rulerScale; TextFloat *m_textFloat; TQPopupMenu *m_menu; - KMainWindow *m_parentMainWindow; + TDEMainWindow *m_parentMainWindow; TQFont m_font; TQFont m_boldFont; |
