From e4de7e2686ddbd20a6bef471d2ea57fcefd58532 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:58:33 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/common/global/about.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/global/about.h') diff --git a/src/common/global/about.h b/src/common/global/about.h index 4d53914..adfa86b 100644 --- a/src/common/global/about.h +++ b/src/common/global/about.h @@ -29,10 +29,10 @@ private: //--------------------------------------------------------------------------- enum UrlType { Homepage = 0, Support, BugReport, Nb_UrlTypes }; extern const char * const URLS[Nb_UrlTypes]; -extern void init(KAboutData *about, int argc, char **argv, bool gui, const KCmdLineOptions *options); +extern void init(TDEAboutData *about, int argc, char **argv, bool gui, const KCmdLineOptions *options); //--------------------------------------------------------------------------- -class AboutData : public KAboutData +class AboutData : public TDEAboutData { public: AboutData(const char *executable, const char *name, const char *description); -- cgit v1.2.1