diff options
Diffstat (limited to 'atlantik/client/atlantik.cpp')
-rw-r--r-- | atlantik/client/atlantik.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atlantik/client/atlantik.cpp b/atlantik/client/atlantik.cpp index 447b0c89..8cd33f2c 100644 --- a/atlantik/client/atlantik.cpp +++ b/atlantik/client/atlantik.cpp @@ -199,7 +199,7 @@ Atlantik::Atlantik () m_mainLayout->setColStretch(1, 1); // make m_board stretch horizontally, not the rest // Check command-line args to see if we need to connect or show Monopigator window - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); TQCString host = args->getOption("host"); TQCString port = args->getOption("port"); @@ -787,7 +787,7 @@ void Atlantik::sendHandshake() m_atlantikNetwork->setImage(m_config.playerImage); // Check command-line args to see if we need to auto-join - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); TQCString game = args->getOption("game"); if (!game.isNull()) |