diff options
Diffstat (limited to 'src/common/global/about.cpp')
-rw-r--r-- | src/common/global/about.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/global/about.cpp b/src/common/global/about.cpp index cd470b4..e895f60 100644 --- a/src/common/global/about.cpp +++ b/src/common/global/about.cpp @@ -41,7 +41,7 @@ const KCmdLineOptions *Piklab::OptionList::ptr() const } //----------------------------------------------------------------------------- -void Piklab::init(KAboutData *about, int argc, char **argv, bool gui, const KCmdLineOptions *options) +void Piklab::init(TDEAboutData *about, int argc, char **argv, bool gui, const KCmdLineOptions *options) { Q_ASSERT(about); #if defined(NO_KDE) @@ -72,7 +72,7 @@ void Piklab::init(KAboutData *about, int argc, char **argv, bool gui, const KCmd //--------------------------------------------------------------------------- Piklab::AboutData::AboutData(const char *executable, const char *name, const char *description) - : KAboutData(executable, name, VERSION, description, KAboutData::License_GPL, + : TDEAboutData(executable, name, VERSION, description, TDEAboutData::License_GPL, "(c) 2005-2007 Nicolas Hadacek\n(c) 2002-2005 Alain Gibaud\n(c) 2003-2004 Stephen Landamore\n(c) 2005 Lorenz Möenlechner and Matthias Kranz\n(c) 2001-2005 Craig Franklin", 0, URLS[Homepage], URLS[BugReport]) { |