summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/matrix/MatrixPainter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/matrix/MatrixPainter.h')
-rw-r--r--src/gui/editors/matrix/MatrixPainter.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/gui/editors/matrix/MatrixPainter.h b/src/gui/editors/matrix/MatrixPainter.h
index 570243a..e04cda9 100644
--- a/src/gui/editors/matrix/MatrixPainter.h
+++ b/src/gui/editors/matrix/MatrixPainter.h
@@ -27,11 +27,11 @@
#define _RG_MATRIXPAINTER_H_
#include "MatrixTool.h"
-#include <qstring.h>
+#include <tqstring.h>
#include "base/Event.h"
-class QMouseEvent;
+class TQMouseEvent;
namespace Rosegarden
@@ -55,7 +55,7 @@ public:
virtual void handleLeftButtonPress(timeT,
int height,
int staffNo,
- QMouseEvent *event,
+ TQMouseEvent *event,
ViewElement*);
/**
@@ -63,16 +63,16 @@ public:
*/
virtual int handleMouseMove(timeT,
int height,
- QMouseEvent*);
+ TQMouseEvent*);
/**
* Actually insert the new element
*/
virtual void handleMouseRelease(timeT,
int height,
- QMouseEvent*);
+ TQMouseEvent*);
- static const QString ToolName;
+ static const TQString ToolName;
/**
* Respond to an event being deleted -- it may be the one the tool
@@ -89,7 +89,7 @@ protected slots:
protected:
MatrixPainter(MatrixView*);
- MatrixPainter(QString name, MatrixView*);
+ MatrixPainter(TQString name, MatrixView*);
void setBasicContextHelp();