summaryrefslogtreecommitdiffstats
path: root/kscreensaver/kdesavers/rotation.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:05:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:05:59 -0600
commit82e173e68f73c1835c9f8d59919f7deb97fda905 (patch)
tree391192dc2d3083a447aa35dccd0483509926619f /kscreensaver/kdesavers/rotation.h
parent593322f19fb1fade15fd8ba7fe7f3e9c1daab6bc (diff)
downloadtdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.tar.gz
tdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kscreensaver/kdesavers/rotation.h')
-rw-r--r--kscreensaver/kdesavers/rotation.h6
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);