summaryrefslogtreecommitdiffstats
path: root/src/common/global/about.h
diff options
context:
space:
mode:
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);