summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:26 -0600
commit194aab9f7d3d7865e15b345bd737f2ee94a67e49 (patch)
treeb0a0ace83fa7817d8f387f8352af7cf1ab018b34
parenteace1bd80df34ece47e938bc0e6d8b4b04da2e7f (diff)
downloadkerberostray-194aab9f7d3d7865e15b345bd737f2ee94a67e49.tar.gz
kerberostray-194aab9f7d3d7865e15b345bd737f2ee94a67e49.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d2f12fa..f4b4062 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -37,7 +37,7 @@ int main(int argc, char *argv[])
version, description, KAboutData::License_GPL,
"(c) 2012, Timothy Pearson");
aboutData.addAuthor("Timothy Pearson",0, "kb9vqf@pearsoncomputing.net");
- KCmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::init( argc, argv, &aboutData );
KApplication app;