summaryrefslogtreecommitdiffstats
path: root/kspy/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspy/main.cpp')
-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();