summaryrefslogtreecommitdiffstats
path: root/ktuberling/toplevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'ktuberling/toplevel.h')
-rw-r--r--ktuberling/toplevel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ktuberling/toplevel.h b/ktuberling/toplevel.h
index 26993202..04ceaa96 100644
--- a/ktuberling/toplevel.h
+++ b/ktuberling/toplevel.h
@@ -18,6 +18,7 @@ class SoundFactory;
class TopLevel : public KMainWindow
{
Q_OBJECT
+ TQ_OBJECT
public:
@@ -31,7 +32,7 @@ public:
void registerLanguage(const TQString &menuItem, const char *actionId, bool enabled);
void changeGameboard(uint newGameboard);
void changeLanguage(uint newLanguage);
- bool loadLayout(TQDomDocument &layoutDocument);
+ bool loadLayout(TQDomDocument &tqlayoutDocument);
void playSound(const TQString &ref) const;
inline bool isSoundEnabled() const {return soundEnabled;}