From 80f7740fa8f2d5637c8cef6221285d3d81e57267 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 11 Feb 2013 22:31:42 -0600 Subject: Update for latest version of TDE --- servers/auth_server_lin/src/auth_conn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'servers/auth_server_lin/src/auth_conn.cpp') diff --git a/servers/auth_server_lin/src/auth_conn.cpp b/servers/auth_server_lin/src/auth_conn.cpp index 2833fc6..52f950a 100644 --- a/servers/auth_server_lin/src/auth_conn.cpp +++ b/servers/auth_server_lin/src/auth_conn.cpp @@ -692,7 +692,7 @@ AuthServer::AuthServer(TQObject* parent) : } m_serverID = 0; - KCmdLineArgs* const args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs* const args = TDECmdLineArgs::parsedArgs(); if ((args) && (args->count() > 0)) { m_serverID = TQString(args->arg(0)).toInt(); } -- cgit v1.2.3