summaryrefslogtreecommitdiffstats
path: root/kspy
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:47 -0600
commit479647c43c62fc50302342c8ac50a2fe024b4426 (patch)
tree946e0114bb29970388e3ae24418a9df7119eaef4 /kspy
parentce145c966787b367fc3372bb78e8a5aefc33a410 (diff)
downloadtdesdk-479647c43c62fc50302342c8ac50a2fe024b4426.tar.gz
tdesdk-479647c43c62fc50302342c8ac50a2fe024b4426.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kspy')
-rw-r--r--kspy/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kspy/main.cpp b/kspy/main.cpp
index ab8a3594..cb4dc5bf 100644
--- a/kspy/main.cpp
+++ b/kspy/main.cpp
@@ -39,8 +39,8 @@ int main(int argc, char *argv[])
VERSION, description, KAboutData::License_GPL,
"(c) 2001, Richard Moore", 0, 0, "rich@kde.org");
aboutData.addAuthor("Richard Moore",0, "rich@kde.org");
- KCmdLineArgs::init( argc, argv, &aboutData );
- KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
+ TDECmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
KApplication a;
Spy *spy = new Spy();