summaryrefslogtreecommitdiffstats
path: root/atlantik/client/selectgame_widget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'atlantik/client/selectgame_widget.cpp')
-rw-r--r--atlantik/client/selectgame_widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/atlantik/client/selectgame_widget.cpp b/atlantik/client/selectgame_widget.cpp
index 0769dfc2..573f2841 100644
--- a/atlantik/client/selectgame_widget.cpp
+++ b/atlantik/client/selectgame_widget.cpp
@@ -37,7 +37,7 @@ SelectGame::SelectGame(AtlanticCore *atlanticCore, TQWidget *parent, const char
connect(m_atlanticCore, TQT_SIGNAL(removeGUI(Game *)), this, TQT_SLOT(delGame(Game *)));
m_mainLayout = new TQVBoxLayout(this, KDialog::marginHint());
- Q_CHECK_PTR(m_mainLayout);
+ TQ_CHECK_PTR(m_mainLayout);
TQVGroupBox *groupBox;
groupBox = new TQVGroupBox(i18n("Create or Select monopd Game"), this, "groupBox");