summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation/NotationEraser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/notation/NotationEraser.h')
-rw-r--r--src/gui/editors/notation/NotationEraser.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/editors/notation/NotationEraser.h b/src/gui/editors/notation/NotationEraser.h
index 9efdd13..b13ed89 100644
--- a/src/gui/editors/notation/NotationEraser.h
+++ b/src/gui/editors/notation/NotationEraser.h
@@ -27,11 +27,11 @@
#define _RG_NOTATIONERASER_H_
#include "NotationTool.h"
-#include <qstring.h>
+#include <tqstring.h>
#include "base/Event.h"
-class QMouseEvent;
+class TQMouseEvent;
namespace Rosegarden
@@ -57,9 +57,9 @@ public:
virtual void handleLeftButtonPress(timeT,
int height,
int staffNo,
- QMouseEvent*,
+ TQMouseEvent*,
ViewElement* el);
- static const QString ToolName;
+ static const TQString ToolName;
public slots:
void slotToggleRestCollapse();