summaryrefslogtreecommitdiffstats
path: root/src/common/global/about.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:58:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:58:33 -0600
commite4de7e2686ddbd20a6bef471d2ea57fcefd58532 (patch)
tree5e1f0132426a228f8aef2803d000ce1d1bb7617f /src/common/global/about.h
parent35b5bf688e0a6eff51db9cfcf348fd3d96661b26 (diff)
downloadpiklab-e4de7e2686ddbd20a6bef471d2ea57fcefd58532.tar.gz
piklab-e4de7e2686ddbd20a6bef471d2ea57fcefd58532.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/common/global/about.h')
-rw-r--r--src/common/global/about.h4
1 files changed, 2 insertions, 2 deletions
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);