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