diff options
Diffstat (limited to 'libtdegames/kgameprogress.h')
-rw-r--r-- | libtdegames/kgameprogress.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdegames/kgameprogress.h b/libtdegames/kgameprogress.h index 6aa987fb..2f5e8e57 100644 --- a/libtdegames/kgameprogress.h +++ b/libtdegames/kgameprogress.h @@ -50,7 +50,7 @@ class KDE_EXPORT KGameProgress : public TQFrame, public TQRangeControl { Q_OBJECT - + TQ_ENUMS( BarStyle ) TQ_PROPERTY( int value READ value WRITE setValue) TQ_PROPERTY( BarStyle barStyle READ barStyle WRITE setBarStyle ) @@ -109,7 +109,7 @@ public: /** * Set the orientation of the progress bar. * - * Allowed values are @pQt::Horizontal and @pQt::Vertical. + * Allowed values are @p Qt::Horizontal and @p Qt::Vertical. */ void setOrientation(Orientation); |