diff options
Diffstat (limited to 'src/likeback.h')
-rw-r--r-- | src/likeback.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/likeback.h b/src/likeback.h index f386d41..fbe42ff 100644 --- a/src/likeback.h +++ b/src/likeback.h @@ -118,8 +118,8 @@ class LikeBack : public TQObject * The button-bar display is stored by version. On a new version, your default value will take effect again. * This allow you to disable the button-bar once the version is stable enought to be released as final. * @param config Set the configuration file where to store the user email address and if the button-bar should be shown. - * By default (null), the KApplication configuration object is used. - * @param aboutData Set the KAboutData instance used to get the application name and version. By default (null), the KApplication about data object is used. + * By default (null), the TDEApplication configuration object is used. + * @param aboutData Set the KAboutData instance used to get the application name and version. By default (null), the TDEApplication about data object is used. * The application name is only used in the first-use information message. * The version is used to store the button-bar visibility per version (can be shown in a development version but not in a final one...) * and to send with the comment, so you can filter per version and know if a comment refers the latest version of the application or not. |