diff options
Diffstat (limited to 'kaboodle/controls.h')
-rw-r--r-- | kaboodle/controls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaboodle/controls.h b/kaboodle/controls.h index 307281e4..73916b6e 100644 --- a/kaboodle/controls.h +++ b/kaboodle/controls.h @@ -42,7 +42,7 @@ namespace Kaboodle **/ class L33tSlider : public TQSlider { -Q_OBJECT +TQ_OBJECT public: L33tSlider(TQWidget * parent, const char * name=0); @@ -73,7 +73,7 @@ private: **/ class SliderAction : public TDEAction { -Q_OBJECT +TQ_OBJECT public: SliderAction(const TQString& text, int accel, const TQObject *receiver, |