Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent b1b0254974
commit c2ba2f5612

@ -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.

Loading…
Cancel
Save