From 6186b3b04fb1fa7e170bbf512d50c54fdbe2f733 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Feb 2012 21:17:45 -0600 Subject: Update various qt function definitions and static methods for tqt3 --- atlantik/client/selectgame_widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atlantik/client/selectgame_widget.cpp') 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"); -- cgit v1.2.1