From 44193c39f0a67e83404f77138a2daa7225fe6429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 5 Mar 2015 05:07:40 +0100 Subject: Fix incorrectly renamed strings (cherry picked from commit 895b21c103b99df631506fe0d846119d5b28a8e3) --- libtdegames/kgameprogress.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtdegames') 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); -- cgit v1.2.1