diff options
author | Timothy Pearson <[email protected]> | 2012-02-14 21:17:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-14 21:17:45 -0600 |
commit | 6186b3b04fb1fa7e170bbf512d50c54fdbe2f733 (patch) | |
tree | 67aed3012f98c4f8c868bd43b03ba5f8dfcbe881 /atlantik/client/selectgame_widget.cpp | |
parent | 20d45c62f557a9dd511c5544df42c23af1d56e23 (diff) | |
download | tdegames-6186b3b04fb1fa7e170bbf512d50c54fdbe2f733.tar.gz tdegames-6186b3b04fb1fa7e170bbf512d50c54fdbe2f733.zip |
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'atlantik/client/selectgame_widget.cpp')
-rw-r--r-- | atlantik/client/selectgame_widget.cpp | 2 |
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"); |