summaryrefslogtreecommitdiffstats
path: root/libtdegames
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:17:06 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:17:06 -0500
commit815f5c7f5bfc0659b8ac5afdcccc58ae35d8dd58 (patch)
tree847054baa8104858bfc9547cac9a94bd003ec508 /libtdegames
parent29f9a8394477d9f0e13a69df1f36e14abcafc02e (diff)
parentdf8465feb233a150595b1b61b7707fa6e06896a1 (diff)
downloadtdegames-815f5c7f5bfc0659b8ac5afdcccc58ae35d8dd58.tar.gz
tdegames-815f5c7f5bfc0659b8ac5afdcccc58ae35d8dd58.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdegames
Diffstat (limited to 'libtdegames')
-rw-r--r--libtdegames/kgameprogress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/kgameprogress.h b/libtdegames/kgameprogress.h
index cefe7400..d337ec22 100644
--- a/libtdegames/kgameprogress.h
+++ b/libtdegames/kgameprogress.h
@@ -51,7 +51,7 @@ class KDE_EXPORT KGameProgress : public TQFrame, public TQRangeControl
{
Q_OBJECT
- Q_ENUMS( BarStyle )
+ TQ_ENUMS( BarStyle )
TQ_PROPERTY( int value READ value WRITE setValue)
TQ_PROPERTY( BarStyle barStyle READ barStyle WRITE setBarStyle )
TQ_PROPERTY( TQColor barColor READ barColor WRITE setBarColor )