diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-21 18:49:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-21 18:49:36 -0600 |
commit | 1e0a98b8623428064963b1627e4e09ea02c1e87e (patch) | |
tree | 97fe8c68140405b77cc93a44d8247d62f779e305 | |
parent | 62f6b57f2eb4a93a387a025b455ea112c3257191 (diff) | |
download | tdebase-1e0a98b8623428064963b1627e4e09ea02c1e87e.tar.gz tdebase-1e0a98b8623428064963b1627e4e09ea02c1e87e.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
-rw-r--r-- | tdesu/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdesu/ChangeLog b/tdesu/ChangeLog index fc39b847e..f9bd05eb5 100644 --- a/tdesu/ChangeLog +++ b/tdesu/ChangeLog @@ -2,7 +2,7 @@ Wed, 26 Jan 00 Geert Jansen <g.t.jansen@stud.tue.nl> * Build sycoca for target process. * Use standard debug facilities. - * Use KCmdLineArgs for argument parsing. + * Use TDECmdLineArgs for argument parsing. * Dialog updated to use KDialogBase. Sat, 18 Dec 99 Geert Jansen <g.t.jansen@stud.tue.nl> |