diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:24 -0600 |
commit | dff37d34bfe7faea4801d273ea569eccf7e75c53 (patch) | |
tree | 1a21c502569988267643fcbb28e5bf6f1f475426 /src/application.cpp | |
parent | e7bc3fffe60a085609ff9dc88bbadb9cffc7f4e4 (diff) | |
download | basket-dff37d34bfe7faea4801d273ea569eccf7e75c53.tar.gz basket-dff37d34bfe7faea4801d273ea569eccf7e75c53.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
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)) { |