diff options
Diffstat (limited to 'libtdegames/kgameprogress.h')
-rw-r--r-- | libtdegames/kgameprogress.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libtdegames/kgameprogress.h b/libtdegames/kgameprogress.h index 2f5e8e57..557d1173 100644 --- a/libtdegames/kgameprogress.h +++ b/libtdegames/kgameprogress.h @@ -26,7 +26,7 @@ #include <tqframe.h> #include <tqrangecontrol.h> -#include <kdemacros.h> +#include <tdemacros.h> /** * @short A progress indicator widget. * @@ -47,9 +47,9 @@ * @author Martynas Kunigelis * @version $Id$ */ -class KDE_EXPORT KGameProgress : public TQFrame, public TQRangeControl +class TDE_EXPORT KGameProgress : public TQFrame, public TQRangeControl { - Q_OBJECT + TQ_OBJECT TQ_ENUMS( BarStyle ) TQ_PROPERTY( int value READ value WRITE setValue) @@ -109,7 +109,7 @@ public: /** * Set the orientation of the progress bar. * - * Allowed values are @p Qt::Horizontal and @p Qt::Vertical. + * Allowed values are @p TQt::Horizontal and @p TQt::Vertical. */ void setOrientation(Orientation); |