diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:05:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:05:29 -0600 |
commit | e54e867af243223a620f12bf260e1af9ac9f6dc5 (patch) | |
tree | 0e741cd6800d16c390671051ae525f760d87cdb5 /src/likeback.h | |
parent | 934db26c3f8efe148a5680c22f965ee10f818a61 (diff) | |
download | basket-e54e867af243223a620f12bf260e1af9ac9f6dc5.tar.gz basket-e54e867af243223a620f12bf260e1af9ac9f6dc5.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/likeback.h')
-rw-r--r-- | src/likeback.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 <tqobject.h> -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. |