diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-03-05 05:07:40 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-03-05 05:07:40 +0100 |
commit | 895b21c103b99df631506fe0d846119d5b28a8e3 (patch) | |
tree | 25fc1eb010230b260d9ef9e2641eea70e8f75d39 /libtdegames | |
parent | d18ea9131cddcba5c168dcac1111990123238eb9 (diff) | |
download | tdegames-895b21c103b99df631506fe0d846119d5b28a8e3.tar.gz tdegames-895b21c103b99df631506fe0d846119d5b28a8e3.zip |
Fix incorrectly renamed strings
Diffstat (limited to 'libtdegames')
-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); |