diff options
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.cpp b/src/application.cpp index 56606e3..825f776 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -42,7 +42,7 @@ int Application::newInstance() KUniqueApplication::newInstance(); // Open the basket archive or template file supplied as argument: - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if (args && args->count() >= 1) { TQString fileName = TQFile::decodeName(args->arg(args->count() - 1)); if (TQFile::exists(fileName)) { |