diff options
Diffstat (limited to 'tdeui/kruler.h')
| -rw-r--r-- | tdeui/kruler.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tdeui/kruler.h b/tdeui/kruler.h index 6b93d99f0..6279d567d 100644 --- a/tdeui/kruler.h +++ b/tdeui/kruler.h @@ -1,4 +1,3 @@ -/* -*- c++ -*- */ /* This file is part of the KDE libraries Copyright (C) 1998 Jörg Habenicht (j.habenicht@europemail.com) @@ -70,7 +69,7 @@ */ class TDEUI_EXPORT KRuler : public TQFrame { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( int minValue READ minValue WRITE setMinValue ) TQ_PROPERTY( int maxValue READ maxValue WRITE setMaxValue ) TQ_PROPERTY( int value READ value WRITE setValue ) @@ -276,19 +275,19 @@ public: * @deprecated * This method has no effect other than an update. Do not use. **/ - void setValuePerLittleMark(int) KDE_DEPRECATED; + void setValuePerLittleMark(int) TDE_DEPRECATED; /** * @deprecated * This method has no effect other than an update. Do not use. **/ - void setValuePerMediumMark(int) KDE_DEPRECATED; + void setValuePerMediumMark(int) TDE_DEPRECATED; /** * @deprecated * This method has no effect other than an update. Do not use. */ - void setValuePerBigMark(int) KDE_DEPRECATED; + void setValuePerBigMark(int) TDE_DEPRECATED; /** * Show/hide number values of the little marks. |
