diff options
Diffstat (limited to 'kscreensaver/kdesavers/rotation.h')
-rw-r--r-- | kscreensaver/kdesavers/rotation.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kscreensaver/kdesavers/rotation.h b/kscreensaver/kdesavers/rotation.h index 1086ca3e..0ae46469 100644 --- a/kscreensaver/kdesavers/rotation.h +++ b/kscreensaver/kdesavers/rotation.h @@ -82,7 +82,7 @@ class EulerOdeSolver : public RkOdeSolver<double> class RotationGLWidget : public TQGLWidget { Q_OBJECT - TQ_OBJECT + public: /** @brief Constructor of KRotation's GL widget @@ -173,7 +173,7 @@ class RotationGLWidget : public TQGLWidget class KRotationSaver : public KScreenSaver { Q_OBJECT - TQ_OBJECT + public: /** @brief Constructor of the KRotation screen saver object @@ -301,7 +301,7 @@ class KRotationSaver : public KScreenSaver class KRotationSetup : public KRotationSetupUi { Q_OBJECT - TQ_OBJECT + public: KRotationSetup(TQWidget* parent = NULL, const char* name = NULL); |