diff options
Diffstat (limited to 'src/gui/editors/matrix/MatrixEraser.h')
| -rw-r--r-- | src/gui/editors/matrix/MatrixEraser.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/editors/matrix/MatrixEraser.h b/src/gui/editors/matrix/MatrixEraser.h index 4e3d65f..a79d70d 100644 --- a/src/gui/editors/matrix/MatrixEraser.h +++ b/src/gui/editors/matrix/MatrixEraser.h @@ -27,9 +27,9 @@ #define _RG_MATRIXERASER_H_ #include "MatrixTool.h" -#include <qstring.h> +#include <tqstring.h> -class QMouseEvent; +class TQMouseEvent; namespace Rosegarden @@ -49,10 +49,10 @@ public: virtual void handleLeftButtonPress(timeT, int height, int staffNo, - QMouseEvent *event, + TQMouseEvent *event, ViewElement*); - static const QString ToolName; + static const TQString ToolName; virtual void ready(); |
