diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-21 18:29:54 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-21 18:29:54 -0600 |
commit | c2ba2f56121c21a762619faf195e8332ef5b224f (patch) | |
tree | 1f38494e6f06cd2a8362925090cf5fee369a2090 | |
parent | b1b02549746f2389c1299ecf5b70668283c6ae91 (diff) | |
download | koffice-c2ba2f56121c21a762619faf195e8332ef5b224f.tar.gz koffice-c2ba2f56121c21a762619faf195e8332ef5b224f.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
-rw-r--r-- | lib/kofficecore/DESIGN | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kofficecore/DESIGN b/lib/kofficecore/DESIGN index c5409b30..c191128b 100644 --- a/lib/kofficecore/DESIGN +++ b/lib/kofficecore/DESIGN @@ -8,7 +8,7 @@ Q: Where is the pointer to the application's instance of KAboutData data stored? -A: In a static member of the KCmdLineArgs class. +A: In a static member of the TDECmdLineArgs class. @@ -22,9 +22,9 @@ which is used to locate the application's own data -Q: What is the "+[file]" option passed to KCmdLineArgs? +Q: What is the "+[file]" option passed to TDECmdLineArgs? -A: KCmdLineOptions describe the KCmdLineArgs. "+[file]" means that the +A: KCmdLineOptions describe the TDECmdLineArgs. "+[file]" means that the command line arguments can be one or more file names, and that these arguments are optional. |