summaryrefslogtreecommitdiffstats
path: root/tdescreensaver/kdesavers/rotation.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdescreensaver/kdesavers/rotation.h')
-rw-r--r--tdescreensaver/kdesavers/rotation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdescreensaver/kdesavers/rotation.h b/tdescreensaver/kdesavers/rotation.h
index d8754194..c1546d29 100644
--- a/tdescreensaver/kdesavers/rotation.h
+++ b/tdescreensaver/kdesavers/rotation.h
@@ -81,7 +81,7 @@ class EulerOdeSolver : public RkOdeSolver<double>
* Class implements TQGLWidget to display the KRotation screen saver. */
class RotationGLWidget : public TQGLWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -172,7 +172,7 @@ class RotationGLWidget : public TQGLWidget
* This class implements KScreenSaver for the KRotation screen saver. */
class KRotationSaver : public KScreenSaver
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -300,7 +300,7 @@ class KRotationSaver : public KScreenSaver
* This class handles the KRotation screen saver setup dialog. */
class KRotationSetup : public KRotationSetupUi
{
- Q_OBJECT
+ TQ_OBJECT
public: