From e54e867af243223a620f12bf260e1af9ac9f6dc5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:05:29 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/likeback.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/likeback.h') diff --git a/src/likeback.h b/src/likeback.h index 1f1b684..c3d1f25 100644 --- a/src/likeback.h +++ b/src/likeback.h @@ -23,7 +23,7 @@ #include -class KConfig; +class TDEConfig; class TDEAboutData; class KAction; class KActionCollection; @@ -124,7 +124,7 @@ class LikeBack : public TQObject * 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. */ - LikeBack(Button buttons = DefaultButtons, bool showBarByDefault = false, KConfig *config = 0, const TDEAboutData *aboutData = 0); + LikeBack(Button buttons = DefaultButtons, bool showBarByDefault = false, TDEConfig *config = 0, const TDEAboutData *aboutData = 0); /** * Destructor. @@ -330,10 +330,10 @@ class LikeBack : public TQObject const TDEAboutData *aboutData(); /** - * @Returns A pointer to the KConfig used to store user configuration (email address, if the button-bar should be shown). + * @Returns A pointer to the TDEConfig used to store user configuration (email address, if the button-bar should be shown). * @See The LikeBack constructor for more information. */ - KConfig *config(); + TDEConfig *config(); /** * During the first comment sending, the user is invited to enter his email address for the developers to be able to contact him back. -- cgit v1.2.1