From 479647c43c62fc50302342c8ac50a2fe024b4426 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:47 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kspy/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kspy/main.cpp') 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(); -- cgit v1.2.1