Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 935b397e33
commit cfe9ce987a

@ -122,7 +122,7 @@ Feb-26-2000 - Kurt Granroth (v0.6)
o Converted to use the new XML UI framework (big change!) o Converted to use the new XML UI framework (big change!)
Jan-12-2000 - Kurt Granroth (v0.5.2) Jan-12-2000 - Kurt Granroth (v0.5.2)
o Use KAboutData and KCmdLineArgs o Use KAboutData and TDECmdLineArgs
Dec-28-1999 - Kurt Granroth (v0.5.1) Dec-28-1999 - Kurt Granroth (v0.5.1)
o The po Makefile now uses the autogenerated rules. I don't know o The po Makefile now uses the autogenerated rules. I don't know

@ -29,7 +29,7 @@ QString::sprintf
QWidget::createTLExtra QWidget::createTLExtra
# static KDE stuff # static KDE stuff
kdbgstream::flush kdbgstream::flush
KCmdLineArgs::addCmdLineOptions TDECmdLineArgs::addCmdLineOptions
k_bindtextdomain k_bindtextdomain
_nl_find_domain _nl_find_domain
KIconTheme::list KIconTheme::list

@ -44,7 +44,7 @@
# 3 run "man ./kstars.1" to check out the generated page.. # 3 run "man ./kstars.1" to check out the generated page..
# PROBLEMS: # PROBLEMS:
# Only works for full TDE applications that use KCmdLineArgs ( # Only works for full TDE applications that use TDECmdLineArgs (
# inherent to my approach, but most KDE apps fulfill this requirement # inherent to my approach, but most KDE apps fulfill this requirement
# ) # )
@ -179,7 +179,7 @@ sub sortoptionsfromnroff {
sub usage sub usage
{ {
print "This script generates a nice manual page for a KDE app which uses KCmdLineArgs..\n"; print "This script generates a nice manual page for a KDE app which uses TDECmdLineArgs..\n";
print "USAGE: $0 app\n"; print "USAGE: $0 app\n";
print "There's more information about how to use this script in the comments at the front of the source..\n" print "There's more information about how to use this script in the comments at the front of the source..\n"
}; };

Loading…
Cancel
Save