summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:19:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 17:53:28 +0900
commit3ef4ff2e0617206d44cb6e0247bb7cc8d0dd909c (patch)
tree5e34da75593d5cb3e7074242eb1972435e443639 /src/gui/widgets
parent95194d38ad6a808673758ab3f60433ea153bb414 (diff)
downloadrosegarden-3ef4ff2e0617206d44cb6e0247bb7cc8d0dd909c.tar.gz
rosegarden-3ef4ff2e0617206d44cb6e0247bb7cc8d0dd909c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c57b4dfc677121eadeff03f1f3fa330882b5b747)
Diffstat (limited to 'src/gui/widgets')
-rw-r--r--src/gui/widgets/AudioFaderBox.h2
-rw-r--r--src/gui/widgets/AudioRouteMenu.h2
-rw-r--r--src/gui/widgets/CollapsingFrame.h2
-rw-r--r--src/gui/widgets/ColourTable.h2
-rw-r--r--src/gui/widgets/CurrentProgressDialog.h2
-rw-r--r--src/gui/widgets/DiatonicPitchChooser.h2
-rw-r--r--src/gui/widgets/Fader.h2
-rw-r--r--src/gui/widgets/Label.h2
-rw-r--r--src/gui/widgets/MidiFaderWidget.h2
-rw-r--r--src/gui/widgets/PitchChooser.h2
-rw-r--r--src/gui/widgets/PitchDragLabel.h2
-rw-r--r--src/gui/widgets/PluginControl.h2
-rw-r--r--src/gui/widgets/ProgressBar.h2
-rw-r--r--src/gui/widgets/ProgressDialog.h2
-rw-r--r--src/gui/widgets/QDeferScrollView.h2
-rw-r--r--src/gui/widgets/QuantizeParameters.h2
-rw-r--r--src/gui/widgets/Rotary.h2
-rw-r--r--src/gui/widgets/ScrollBox.h2
-rw-r--r--src/gui/widgets/ScrollBoxDialog.h2
-rw-r--r--src/gui/widgets/SpinBox.h2
-rw-r--r--src/gui/widgets/TimeWidget.h2
-rw-r--r--src/gui/widgets/TristateCheckBox.h2
-rw-r--r--src/gui/widgets/VUMeter.h2
-rw-r--r--src/gui/widgets/WheelyButton.h2
24 files changed, 24 insertions, 24 deletions
diff --git a/src/gui/widgets/AudioFaderBox.h b/src/gui/widgets/AudioFaderBox.h
index 4d9840b..5be5b7c 100644
--- a/src/gui/widgets/AudioFaderBox.h
+++ b/src/gui/widgets/AudioFaderBox.h
@@ -49,7 +49,7 @@ class AudioRouteMenu;
class AudioFaderBox : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/widgets/AudioRouteMenu.h b/src/gui/widgets/AudioRouteMenu.h
index 094f163..f408e4b 100644
--- a/src/gui/widgets/AudioRouteMenu.h
+++ b/src/gui/widgets/AudioRouteMenu.h
@@ -41,7 +41,7 @@ class Instrument;
class AudioRouteMenu : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/widgets/CollapsingFrame.h b/src/gui/widgets/CollapsingFrame.h
index f6891ba..66f3888 100644
--- a/src/gui/widgets/CollapsingFrame.h
+++ b/src/gui/widgets/CollapsingFrame.h
@@ -39,7 +39,7 @@ namespace Rosegarden
class CollapsingFrame : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/widgets/ColourTable.h b/src/gui/widgets/ColourTable.h
index d64d84a..24efc19 100644
--- a/src/gui/widgets/ColourTable.h
+++ b/src/gui/widgets/ColourTable.h
@@ -43,7 +43,7 @@ class ColourMap;
class ColourTable : public TQTable
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/widgets/CurrentProgressDialog.h b/src/gui/widgets/CurrentProgressDialog.h
index 2ff4a19..dae2a08 100644
--- a/src/gui/widgets/CurrentProgressDialog.h
+++ b/src/gui/widgets/CurrentProgressDialog.h
@@ -36,7 +36,7 @@ class ProgressDialog;
class CurrentProgressDialog : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
static CurrentProgressDialog* getInstance();
diff --git a/src/gui/widgets/DiatonicPitchChooser.h b/src/gui/widgets/DiatonicPitchChooser.h
index a5efac3..43f8d0b 100644
--- a/src/gui/widgets/DiatonicPitchChooser.h
+++ b/src/gui/widgets/DiatonicPitchChooser.h
@@ -41,7 +41,7 @@ class PitchDragLabel;
class DiatonicPitchChooser : public TQGroupBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
DiatonicPitchChooser(TQString title,
diff --git a/src/gui/widgets/Fader.h b/src/gui/widgets/Fader.h
index fb6774d..0470cd4 100644
--- a/src/gui/widgets/Fader.h
+++ b/src/gui/widgets/Fader.h
@@ -45,7 +45,7 @@ class TextFloat;
class Fader : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/widgets/Label.h b/src/gui/widgets/Label.h
index 13b2dd9..8d20f4b 100644
--- a/src/gui/widgets/Label.h
+++ b/src/gui/widgets/Label.h
@@ -36,7 +36,7 @@ namespace Rosegarden
class Label : public TQLabel
{
- Q_OBJECT
+ TQ_OBJECT
public:
Label(TQWidget *parent = 0, const char *name=0):
diff --git a/src/gui/widgets/MidiFaderWidget.h b/src/gui/widgets/MidiFaderWidget.h
index c405ba8..eff481a 100644
--- a/src/gui/widgets/MidiFaderWidget.h
+++ b/src/gui/widgets/MidiFaderWidget.h
@@ -42,7 +42,7 @@ class AudioVUMeter;
class MidiFaderWidget : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/widgets/PitchChooser.h b/src/gui/widgets/PitchChooser.h
index 03e94ed..8d78bfd 100644
--- a/src/gui/widgets/PitchChooser.h
+++ b/src/gui/widgets/PitchChooser.h
@@ -40,7 +40,7 @@ class PitchDragLabel;
class PitchChooser : public TQGroupBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
PitchChooser(TQString title,
diff --git a/src/gui/widgets/PitchDragLabel.h b/src/gui/widgets/PitchDragLabel.h
index 8ee3df8..6666d18 100644
--- a/src/gui/widgets/PitchDragLabel.h
+++ b/src/gui/widgets/PitchDragLabel.h
@@ -41,7 +41,7 @@ class NotePixmapFactory;
class PitchDragLabel : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
PitchDragLabel(TQWidget *parent,
diff --git a/src/gui/widgets/PluginControl.h b/src/gui/widgets/PluginControl.h
index 54e57f0..efd2dcb 100644
--- a/src/gui/widgets/PluginControl.h
+++ b/src/gui/widgets/PluginControl.h
@@ -42,7 +42,7 @@ class Studio;
class PluginControl : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/widgets/ProgressBar.h b/src/gui/widgets/ProgressBar.h
index 7ead3e6..0fbc822 100644
--- a/src/gui/widgets/ProgressBar.h
+++ b/src/gui/widgets/ProgressBar.h
@@ -36,7 +36,7 @@ namespace Rosegarden
class ProgressBar : public KProgress
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/widgets/ProgressDialog.h b/src/gui/widgets/ProgressDialog.h
index 92f6332..6fcf598 100644
--- a/src/gui/widgets/ProgressDialog.h
+++ b/src/gui/widgets/ProgressDialog.h
@@ -40,7 +40,7 @@ namespace Rosegarden
class ProgressDialog : public KProgressDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
ProgressDialog(TQWidget * creator = 0,
diff --git a/src/gui/widgets/QDeferScrollView.h b/src/gui/widgets/QDeferScrollView.h
index e2f1ae5..81707cb 100644
--- a/src/gui/widgets/QDeferScrollView.h
+++ b/src/gui/widgets/QDeferScrollView.h
@@ -52,7 +52,7 @@ namespace Rosegarden
*/
class QDeferScrollView : public TQScrollView
{
- Q_OBJECT
+ TQ_OBJECT
public:
QDeferScrollView(TQWidget* parent=0, const char *name=0, WFlags f=0);
diff --git a/src/gui/widgets/QuantizeParameters.h b/src/gui/widgets/QuantizeParameters.h
index b57834e..ebe9b2c 100644
--- a/src/gui/widgets/QuantizeParameters.h
+++ b/src/gui/widgets/QuantizeParameters.h
@@ -46,7 +46,7 @@ class Quantizer;
class QuantizeParameters : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum QuantizerType { Grid, Legato, Notation };
diff --git a/src/gui/widgets/Rotary.h b/src/gui/widgets/Rotary.h
index e243dfe..05add5a 100644
--- a/src/gui/widgets/Rotary.h
+++ b/src/gui/widgets/Rotary.h
@@ -41,7 +41,7 @@ namespace Rosegarden
class Rotary : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/widgets/ScrollBox.h b/src/gui/widgets/ScrollBox.h
index aec5e49..69c279a 100644
--- a/src/gui/widgets/ScrollBox.h
+++ b/src/gui/widgets/ScrollBox.h
@@ -43,7 +43,7 @@ namespace Rosegarden
class ScrollBox: public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/widgets/ScrollBoxDialog.h b/src/gui/widgets/ScrollBoxDialog.h
index fee8ac7..c547e8f 100644
--- a/src/gui/widgets/ScrollBoxDialog.h
+++ b/src/gui/widgets/ScrollBoxDialog.h
@@ -39,7 +39,7 @@ namespace Rosegarden
class ScrollBoxDialog : public KDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/widgets/SpinBox.h b/src/gui/widgets/SpinBox.h
index 14bf12b..c180f2f 100644
--- a/src/gui/widgets/SpinBox.h
+++ b/src/gui/widgets/SpinBox.h
@@ -42,7 +42,7 @@ namespace Rosegarden
*/
class SpinBox : public TQSpinBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
SpinBox(TQWidget *parent = 0, const char *name=0);
diff --git a/src/gui/widgets/TimeWidget.h b/src/gui/widgets/TimeWidget.h
index f411b04..8a6e692 100644
--- a/src/gui/widgets/TimeWidget.h
+++ b/src/gui/widgets/TimeWidget.h
@@ -45,7 +45,7 @@ class Composition;
class TimeWidget : public TQGroupBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/src/gui/widgets/TristateCheckBox.h b/src/gui/widgets/TristateCheckBox.h
index 3cf757a..f98da43 100644
--- a/src/gui/widgets/TristateCheckBox.h
+++ b/src/gui/widgets/TristateCheckBox.h
@@ -41,7 +41,7 @@ namespace Rosegarden
*/
class TristateCheckBox : public TQCheckBox
{
-Q_OBJECT
+TQ_OBJECT
public:
TristateCheckBox(TQWidget *parent=0,
diff --git a/src/gui/widgets/VUMeter.h b/src/gui/widgets/VUMeter.h
index b87b962..758e7a4 100644
--- a/src/gui/widgets/VUMeter.h
+++ b/src/gui/widgets/VUMeter.h
@@ -41,7 +41,7 @@ class VelocityColour;
class VUMeter : public TQLabel
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/gui/widgets/WheelyButton.h b/src/gui/widgets/WheelyButton.h
index b4c59f0..12c9511 100644
--- a/src/gui/widgets/WheelyButton.h
+++ b/src/gui/widgets/WheelyButton.h
@@ -37,7 +37,7 @@ namespace Rosegarden
class WheelyButton : public TQPushButton
{
- Q_OBJECT
+ TQ_OBJECT
public: