summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-21 18:55:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-21 18:55:57 -0600
commitcfe9ce987a45dd734b924ee4596946227a50609e (patch)
treeced556dfdee4691ac689f7ec809fa00fef94ace5
parent935b397e332206fce54c9ba743f9cf9d9a5bcae9 (diff)
downloadtdesdk-cfe9ce98.tar.gz
tdesdk-cfe9ce98.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
-rw-r--r--kapptemplate/ChangeLog2
-rw-r--r--kmtrace/kde.excludes2
-rwxr-xr-xscripts/kdemangen.pl4
3 files changed, 4 insertions, 4 deletions
diff --git a/kapptemplate/ChangeLog b/kapptemplate/ChangeLog
index 74cae703..dc15a2a2 100644
--- a/kapptemplate/ChangeLog
+++ b/kapptemplate/ChangeLog
@@ -122,7 +122,7 @@ Feb-26-2000 - Kurt Granroth (v0.6)
o Converted to use the new XML UI framework (big change!)
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)
o The po Makefile now uses the autogenerated rules. I don't know
diff --git a/kmtrace/kde.excludes b/kmtrace/kde.excludes
index 9e77eb5a..fb2e3b90 100644
--- a/kmtrace/kde.excludes
+++ b/kmtrace/kde.excludes
@@ -29,7 +29,7 @@ QString::sprintf
QWidget::createTLExtra
# static KDE stuff
kdbgstream::flush
-KCmdLineArgs::addCmdLineOptions
+TDECmdLineArgs::addCmdLineOptions
k_bindtextdomain
_nl_find_domain
KIconTheme::list
diff --git a/scripts/kdemangen.pl b/scripts/kdemangen.pl
index 59680b20..0032040a 100755
--- a/scripts/kdemangen.pl
+++ b/scripts/kdemangen.pl
@@ -44,7 +44,7 @@
# 3 run "man ./kstars.1" to check out the generated page..
# 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
# )
@@ -179,7 +179,7 @@ sub sortoptionsfromnroff {
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 "There's more information about how to use this script in the comments at the front of the source..\n"
};