summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation/NotationStaff.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/notation/NotationStaff.h')
-rw-r--r--src/gui/editors/notation/NotationStaff.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/gui/editors/notation/NotationStaff.h b/src/gui/editors/notation/NotationStaff.h
index 4a0302c..f58e77d 100644
--- a/src/gui/editors/notation/NotationStaff.h
+++ b/src/gui/editors/notation/NotationStaff.h
@@ -38,10 +38,10 @@
#include "NotationElement.h"
-class QPainter;
-class QCanvasPixmap;
-class QCanvasItem;
-class QCanvas;
+class TQPainter;
+class TQCanvasPixmap;
+class TQCanvasItem;
+class TQCanvas;
class LinedStaffCoords;
@@ -82,7 +82,7 @@ public:
* Creates a new NotationStaff for the specified Segment
* \a id is the id of the staff in the NotationView
*/
- NotationStaff(QCanvas *, Segment *, SnapGrid *,
+ NotationStaff(TQCanvas *, Segment *, SnapGrid *,
int id, NotationView *view,
std::string fontName, int resolution);
virtual ~NotationStaff();
@@ -210,7 +210,7 @@ public:
* painter; those that can, will be rendered by renderPrintable()
* instead.
*/
- virtual void setPrintPainter(QPainter *painter);
+ virtual void setPrintPainter(TQPainter *painter);
/**
* Render to the current print painter those elements that can be
@@ -423,7 +423,7 @@ protected:
* This function calls painter.save(), and the caller must call
* painter.restore() after use.
*/
- virtual double setPainterClipping(QPainter *, double layoutX, int layoutY,
+ virtual double setPainterClipping(TQPainter *, double layoutX, int layoutY,
double dx, double w, LinedStaffCoords &coords,
FitPolicy policy);
@@ -432,7 +432,7 @@ protected:
* bits if it overruns the end of a row and set the bits
* separately.
*/
- virtual void setPixmap(NotationElement *, QCanvasPixmap *, int z,
+ virtual void setPixmap(NotationElement *, TQCanvasPixmap *, int z,
FitPolicy policy);
bool isSelected(NotationElementList::iterator);
@@ -440,7 +440,7 @@ protected:
typedef std::set<QCanvasSimpleSprite *> SpriteSet;
SpriteSet m_timeSigs;
- typedef std::set<QCanvasItem *> ItemSet;
+ typedef std::set<TQCanvasItem *> ItemSet;
ItemSet m_repeatedClefsAndKeys;
typedef std::pair<int, Clef> ClefChange;
@@ -471,7 +471,7 @@ protected:
bool m_showCollisions;
int m_keySigCancelMode;
- QPainter *m_printPainter;
+ TQPainter *m_printPainter;
enum BarStatus { UnRendered = 0, Rendered, Positioned };
typedef std::map<int, BarStatus> BarStatusMap;