From 08a27ff4ca540b9abfb3eac67cbba5a480a8bbd3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 23:53:04 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/likeback.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/likeback.h') 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. -- cgit v1.2.1