diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:41 -0600 |
commit | 4b5c71fdded4cfec525273c795bfb0b79bb8a5dd (patch) | |
tree | 874118de3376d565ba5013455e26b1e25acd6264 /atlantikdesigner | |
parent | 8b093db9895293ccce1f7d5c851c59912f48f975 (diff) | |
download | tdeaddons-4b5c71fdded4cfec525273c795bfb0b79bb8a5dd.tar.gz tdeaddons-4b5c71fdded4cfec525273c795bfb0b79bb8a5dd.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'atlantikdesigner')
-rw-r--r-- | atlantikdesigner/designer/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atlantikdesigner/designer/main.cpp b/atlantikdesigner/designer/main.cpp index b7dee10..5dbf334 100644 --- a/atlantikdesigner/designer/main.cpp +++ b/atlantikdesigner/designer/main.cpp @@ -20,7 +20,7 @@ int main(int argc, char *argv[]) aboutData.addAuthor("Jason Katz-Brown", I18N_NOOP("main author"), "jason@katzbrown.com", "http://katzbrown.com/"); aboutData.addAuthor("Rob Kaper", I18N_NOOP("libatlantikui"), "cap@capsi.com", "http://capsi.com/"); - KCmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::init(argc, argv, &aboutData); KApplication kapplication; |