summaryrefslogtreecommitdiffstats
path: root/servers/auth_server_lin/src/auth_conn.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-11 22:31:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-11 22:31:42 -0600
commit80f7740fa8f2d5637c8cef6221285d3d81e57267 (patch)
tree66e9eddb135d84fee39d4a4c2310eb790ca6c173 /servers/auth_server_lin/src/auth_conn.cpp
parent1936e344437d5d212705892fa9c82cdc4bf81304 (diff)
downloadulab-80f7740fa8f2d5637c8cef6221285d3d81e57267.tar.gz
ulab-80f7740fa8f2d5637c8cef6221285d3d81e57267.zip
Update for latest version of TDE
Diffstat (limited to 'servers/auth_server_lin/src/auth_conn.cpp')
-rw-r--r--servers/auth_server_lin/src/auth_conn.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}