summaryrefslogtreecommitdiffstats
path: root/kfouleggs/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfouleggs/main.cpp')
-rw-r--r--kfouleggs/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfouleggs/main.cpp b/kfouleggs/main.cpp
index 4fbee4c7..89295d08 100644
--- a/kfouleggs/main.cpp
+++ b/kfouleggs/main.cpp
@@ -65,7 +65,7 @@ FEFactory::FEFactory()
: CommonFactory(MAIN_DATA, BASE_BOARD_INFO, COMMON_BOARD_INFO)
{}
-BaseInterface *FEFactory::createInterface(QWidget *parent)
+BaseInterface *FEFactory::createInterface(TQWidget *parent)
{
return new Interface(MP_GAME_INFO, parent);
}