summaryrefslogtreecommitdiffstats
path: root/libtdegames/kgamelcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtdegames/kgamelcd.h')
-rw-r--r--libtdegames/kgamelcd.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/libtdegames/kgamelcd.h b/libtdegames/kgamelcd.h
index ba93b91a..309c3ee6 100644
--- a/libtdegames/kgamelcd.h
+++ b/libtdegames/kgamelcd.h
@@ -22,7 +22,7 @@
#include <tqlcdnumber.h>
#include <tqvaluevector.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
class TQLabel;
class TQTimer;
@@ -39,9 +39,9 @@ class TQTimer;
*
* @since 3.2
*/
-class KDE_EXPORT KGameLCD : public TQLCDNumber
+class TDE_EXPORT KGameLCD : public TQLCDNumber
{
- Q_OBJECT
+ TQ_OBJECT
public:
KGameLCD(uint nbDigits, TQWidget *parent = 0, const char *name = 0);
@@ -124,9 +124,9 @@ private:
*
* @since 3.2
*/
-class KDE_EXPORT KGameLCDClock : public KGameLCD
+class TDE_EXPORT KGameLCDClock : public KGameLCD
{
- Q_OBJECT
+ TQ_OBJECT
public:
KGameLCDClock(TQWidget *parent = 0, const char *name = 0);
@@ -189,9 +189,9 @@ private:
*
* @since 3.2
*/
-class KDE_EXPORT KGameLCDList : public TQWidget
+class TDE_EXPORT KGameLCDList : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**