diff options
Diffstat (limited to 'lib/kofficecore/DESIGN')
-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 c191128b..bc5d16cd 100644 --- a/lib/kofficecore/DESIGN +++ b/lib/kofficecore/DESIGN @@ -5,17 +5,17 @@ | from the answers given by David Faure <faure@kde.org> ------------------------------------------------------------------------- -Q: Where is the pointer to the application's instance of KAboutData +Q: Where is the pointer to the application's instance of TDEAboutData data stored? A: In a static member of the TDECmdLineArgs class. -Q: One of the arguments to KAboutData's constructor is the program +Q: One of the arguments to TDEAboutData's constructor is the program name. Will this be used later to run the program? -A: No (by the time the KAboutData's constructor is called, the program +A: No (by the time the TDEAboutData's constructor is called, the program is already running). The program name is in fact the "instance name", which is used to locate the application's own data (/share/apps/<application name>/...) and many other things. |