summaryrefslogtreecommitdiffstats
path: root/kaboodle/controls.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaboodle/controls.h')
-rw-r--r--kaboodle/controls.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kaboodle/controls.h b/kaboodle/controls.h
index 307281e4..36bf4cb4 100644
--- a/kaboodle/controls.h
+++ b/kaboodle/controls.h
@@ -42,13 +42,13 @@ namespace Kaboodle
**/
class L33tSlider : public TQSlider
{
-Q_OBJECT
+TQ_OBJECT
public:
L33tSlider(TQWidget * parent, const char * name=0);
- L33tSlider(Qt::Orientation, TQWidget * parent, const char * name=0);
+ L33tSlider(TQt::Orientation, TQWidget * parent, const char * name=0);
L33tSlider(int minValue, int maxValue, int pageStep, int value,
- Qt::Orientation, TQWidget * parent, const char * name=0);
+ TQt::Orientation, TQWidget * parent, const char * name=0);
bool currentlyPressed() const;
signals:
@@ -73,7 +73,7 @@ private:
**/
class SliderAction : public TDEAction
{
-Q_OBJECT
+TQ_OBJECT
public:
SliderAction(const TQString& text, int accel, const TQObject *receiver,