diff options
Diffstat (limited to 'src/gui/general/StaffLine.h')
-rw-r--r-- | src/gui/general/StaffLine.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/general/StaffLine.h b/src/gui/general/StaffLine.h index 7d01ff4..00a02c4 100644 --- a/src/gui/general/StaffLine.h +++ b/src/gui/general/StaffLine.h @@ -27,11 +27,11 @@ #define _RG_STAFFLINE_H_ #include "gui/kdeext/QCanvasGroupableItem.h" -#include <qpen.h> +#include <tqpen.h> class QCanvasItemGroup; -class QCanvas; +class TQCanvas; namespace Rosegarden @@ -48,7 +48,7 @@ namespace Rosegarden class StaffLine : public QCanvasLineGroupable { public: - StaffLine(QCanvas *c, QCanvasItemGroup *g, int height); + StaffLine(TQCanvas *c, QCanvasItemGroup *g, int height); enum { NoHeight = -150 }; @@ -69,7 +69,7 @@ protected: int m_height; bool m_significant; - QPen m_normalPen; + TQPen m_normalPen; }; |