diff options
Diffstat (limited to 'tdecore/klockfile.cpp')
-rw-r--r-- | tdecore/klockfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/klockfile.cpp b/tdecore/klockfile.cpp index bc2175d0d..15f3909b8 100644 --- a/tdecore/klockfile.cpp +++ b/tdecore/klockfile.cpp @@ -125,7 +125,7 @@ static KLockFile::LockResult lockFile(const TQString &lockFile, KDE_struct_stat hostname[0] = 0; gethostname(hostname, 255); hostname[255] = 0; - TQCString instanceName = KCmdLineArgs::appName(); + TQCString instanceName = TDECmdLineArgs::appName(); (*(uniqueFile.textStream())) << TQString::number(getpid()) << endl << instanceName << endl |