summaryrefslogtreecommitdiffstats
path: root/src/application.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:24 -0600
commitdff37d34bfe7faea4801d273ea569eccf7e75c53 (patch)
tree1a21c502569988267643fcbb28e5bf6f1f475426 /src/application.cpp
parente7bc3fffe60a085609ff9dc88bbadb9cffc7f4e4 (diff)
downloadbasket-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.cpp2
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)) {