From dff37d34bfe7faea4801d273ea569eccf7e75c53 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:24 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- src/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/application.cpp') 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)) { -- cgit v1.2.1