diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:48 -0600 |
commit | 545d48dc2acbfb766a1c277b6f82ae54eea3754f (patch) | |
tree | 7b300309ee263157d3c34fd46d387cdc159fb14b /amor | |
parent | 7adc7115528101c579c41266a2388a37e3b1c04c (diff) | |
download | tdetoys-545d48dc2acbfb766a1c277b6f82ae54eea3754f.tar.gz tdetoys-545d48dc2acbfb766a1c277b6f82ae54eea3754f.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'amor')
-rw-r--r-- | amor/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()); |