summaryrefslogtreecommitdiffstats
path: root/kfouleggs/main.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:42:31 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:42:31 +0000
commit576eb4299a00bc053db35414406f46372a0f70f2 (patch)
tree4c030922d533821db464af566188e7d40cc8848c /kfouleggs/main.h
parent0718336b6017d1a4fc1d626544180a5a2a29ddec (diff)
downloadtdegames-576eb429.tar.gz
tdegames-576eb429.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1157643 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kfouleggs/main.h')
-rw-r--r--kfouleggs/main.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kfouleggs/main.h b/kfouleggs/main.h
index 5831d546..52108b2d 100644
--- a/kfouleggs/main.h
+++ b/kfouleggs/main.h
@@ -15,11 +15,11 @@ class FEFactory : public CommonFactory
FEFactory();
protected:
- virtual BaseBoard *createBoard(bool graphic, QWidget *parent)
+ virtual BaseBoard *createBoard(bool graphic, TQWidget *parent)
{ return new FEBoard(graphic, parent); }
- virtual BaseField *createField(QWidget *parent)
+ virtual BaseField *createField(TQWidget *parent)
{ return new FEField(parent); }
- virtual BaseInterface *createInterface(QWidget *parent);
+ virtual BaseInterface *createInterface(TQWidget *parent);
virtual AI *createAI() { return new FEAI; }
};