summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/matrix
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/matrix')
-rw-r--r--src/gui/editors/matrix/MatrixCanvasView.h2
-rw-r--r--src/gui/editors/matrix/MatrixMover.h2
-rw-r--r--src/gui/editors/matrix/MatrixPainter.h2
-rw-r--r--src/gui/editors/matrix/MatrixParameterBox.h2
-rw-r--r--src/gui/editors/matrix/MatrixResizer.h2
-rw-r--r--src/gui/editors/matrix/MatrixSelector.h2
-rw-r--r--src/gui/editors/matrix/MatrixTool.h2
-rw-r--r--src/gui/editors/matrix/MatrixToolBox.h2
-rw-r--r--src/gui/editors/matrix/MatrixView.h6
-rw-r--r--src/gui/editors/matrix/PianoKeyboard.h2
10 files changed, 12 insertions, 12 deletions
diff --git a/src/gui/editors/matrix/MatrixCanvasView.h b/src/gui/editors/matrix/MatrixCanvasView.h
index 64c3523..0de6db5 100644
--- a/src/gui/editors/matrix/MatrixCanvasView.h
+++ b/src/gui/editors/matrix/MatrixCanvasView.h
@@ -44,7 +44,7 @@ class MatrixElement;
class MatrixCanvasView : public RosegardenCanvasView
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/matrix/MatrixMover.h b/src/gui/editors/matrix/MatrixMover.h
index 57e6aaf..c0c74e2 100644
--- a/src/gui/editors/matrix/MatrixMover.h
+++ b/src/gui/editors/matrix/MatrixMover.h
@@ -43,7 +43,7 @@ class Event;
class MatrixMover : public MatrixTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class MatrixToolBox;
diff --git a/src/gui/editors/matrix/MatrixPainter.h b/src/gui/editors/matrix/MatrixPainter.h
index 8ec8c1e..6beddc2 100644
--- a/src/gui/editors/matrix/MatrixPainter.h
+++ b/src/gui/editors/matrix/MatrixPainter.h
@@ -43,7 +43,7 @@ class Event;
class MatrixPainter : public MatrixTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class MatrixToolBox;
diff --git a/src/gui/editors/matrix/MatrixParameterBox.h b/src/gui/editors/matrix/MatrixParameterBox.h
index ee79bf2..1ceb4db 100644
--- a/src/gui/editors/matrix/MatrixParameterBox.h
+++ b/src/gui/editors/matrix/MatrixParameterBox.h
@@ -43,7 +43,7 @@ class EventSelection;
class MatrixParameterBox : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/matrix/MatrixResizer.h b/src/gui/editors/matrix/MatrixResizer.h
index b1704ec..aeebb71 100644
--- a/src/gui/editors/matrix/MatrixResizer.h
+++ b/src/gui/editors/matrix/MatrixResizer.h
@@ -43,7 +43,7 @@ class Event;
class MatrixResizer : public MatrixTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class MatrixToolBox;
diff --git a/src/gui/editors/matrix/MatrixSelector.h b/src/gui/editors/matrix/MatrixSelector.h
index 0267aee..7601f31 100644
--- a/src/gui/editors/matrix/MatrixSelector.h
+++ b/src/gui/editors/matrix/MatrixSelector.h
@@ -46,7 +46,7 @@ class EditTool;
class MatrixSelector : public MatrixTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class MatrixToolBox;
diff --git a/src/gui/editors/matrix/MatrixTool.h b/src/gui/editors/matrix/MatrixTool.h
index 04eacd4..765f994 100644
--- a/src/gui/editors/matrix/MatrixTool.h
+++ b/src/gui/editors/matrix/MatrixTool.h
@@ -40,7 +40,7 @@ class SnapGrid;
class MatrixTool : public EditTool
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/matrix/MatrixToolBox.h b/src/gui/editors/matrix/MatrixToolBox.h
index 4a86467..889e7ee 100644
--- a/src/gui/editors/matrix/MatrixToolBox.h
+++ b/src/gui/editors/matrix/MatrixToolBox.h
@@ -38,7 +38,7 @@ class MatrixStaff;
class MatrixToolBox : public EditToolBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
MatrixToolBox(MatrixView* parent);
diff --git a/src/gui/editors/matrix/MatrixView.h b/src/gui/editors/matrix/MatrixView.h
index cba9ced..9709c50 100644
--- a/src/gui/editors/matrix/MatrixView.h
+++ b/src/gui/editors/matrix/MatrixView.h
@@ -78,7 +78,7 @@ class LevelInfo;
*/
class MatrixView : public EditView
{
- Q_OBJECT
+ TQ_OBJECT
friend class MatrixSelector;
@@ -666,12 +666,12 @@ protected:
};
// Commented this out - was a MatrixView inner class, but we get a warning
-// that Q_OBJECT can't be used in an inner class - gl
+// that TQ_OBJECT can't be used in an inner class - gl
//
// class NoteSender : public TQObject
// {
-// Q_OBJECT
+// TQ_OBJECT
//
// public:
diff --git a/src/gui/editors/matrix/PianoKeyboard.h b/src/gui/editors/matrix/PianoKeyboard.h
index 9580ccf..4d7b33f 100644
--- a/src/gui/editors/matrix/PianoKeyboard.h
+++ b/src/gui/editors/matrix/PianoKeyboard.h
@@ -41,7 +41,7 @@ namespace Rosegarden
class PianoKeyboard : public PitchRuler
{
- Q_OBJECT
+ TQ_OBJECT
public:
PianoKeyboard(TQWidget *parent, int keys = 88);