From c2ba2f56121c21a762619faf195e8332ef5b224f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 21 Jan 2013 18:29:54 -0600 Subject: [PATCH] Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- lib/kofficecore/DESIGN | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.