summaryrefslogtreecommitdiffstats
path: root/libtdegames
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-03-05 05:07:40 +0100
committerSlávek Banko <slavek.banko@axis.cz>2015-03-05 05:41:08 +0100
commit44193c39f0a67e83404f77138a2daa7225fe6429 (patch)
tree25fc1eb010230b260d9ef9e2641eea70e8f75d39 /libtdegames
parent10df58761f55ccf6519e615653175889803e65e5 (diff)
downloadtdegames-44193c39f0a67e83404f77138a2daa7225fe6429.tar.gz
tdegames-44193c39f0a67e83404f77138a2daa7225fe6429.zip
Fix incorrectly renamed strings
(cherry picked from commit 895b21c103b99df631506fe0d846119d5b28a8e3)
Diffstat (limited to 'libtdegames')
-rw-r--r--libtdegames/kgameprogress.h4
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);