diff --git a/lib/kofficecore/DESIGN b/lib/kofficecore/DESIGN index c5409b30c..c191128bb 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.