diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-11 04:58:26 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-11 04:58:26 +0000 |
commit | 838baf3f99ec5ab81b063eb5449a3381d860f377 (patch) | |
tree | dd31abcfde08ca92e4623b8f50b3d762a87c997a /atlantik/client/atlantik.h | |
parent | 2bf598bafa22fac4126fc8842df6b0119aadc0e9 (diff) | |
download | tdegames-838baf3f99ec5ab81b063eb5449a3381d860f377.tar.gz tdegames-838baf3f99ec5ab81b063eb5449a3381d860f377.zip |
TQt4 port kdegames
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1236074 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'atlantik/client/atlantik.h')
-rw-r--r-- | atlantik/client/atlantik.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/atlantik/client/atlantik.h b/atlantik/client/atlantik.h index d3eac354..24b989d3 100644 --- a/atlantik/client/atlantik.h +++ b/atlantik/client/atlantik.h @@ -68,12 +68,13 @@ class Player; class Estate; class Trade; -class LogTextEdit : public QTextEdit +class LogTextEdit : public TQTextEdit { Q_OBJECT + TQ_OBJECT public: - LogTextEdit( TQWidget *parent = 0, const char *name = 0 ); + LogTextEdit( TQWidget *tqparent = 0, const char *name = 0 ); virtual ~LogTextEdit(); TQPopupMenu *createPopupMenu( const TQPoint & pos ); @@ -91,6 +92,7 @@ private: class Atlantik : public KMainWindow { Q_OBJECT + TQ_OBJECT public: /** @@ -186,7 +188,7 @@ public slots: */ void slotMsgInfo(TQString msg); - void slotMsgStatus(const TQString &message, const TQString &icon = TQString::null); + void slotMsgtqStatus(const TQString &message, const TQString &icon = TQString()); /** * Informs serverMsgs() to append an incoming message from the |