From 545d48dc2acbfb766a1c277b6f82ae54eea3754f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:48 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- amor/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amor') diff --git a/amor/main.cpp b/amor/main.cpp index 6075bbd..8a0ebe7 100644 --- a/amor/main.cpp +++ b/amor/main.cpp @@ -49,7 +49,7 @@ int main(int argc, char *argv[]) "(c) 1999, Martin R. Jones"); aboutData.addAuthor("Martin R. Jones",0, "mjones@kde.org"); aboutData.addAuthor("Gerardo Puga", I18N_NOOP("Current maintainer"), "gpuga@gioia.ing.unlp.edu.ar"); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); if (!KUniqueApplication::start()) { fprintf(stderr, "%s is already running!\n", aboutData.appName()); -- cgit v1.2.1