From 8856e75c203aa69be210b2fee1095ab9761aca7e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:23:08 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- ksim/ksim.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksim/ksim.cpp') diff --git a/ksim/ksim.cpp b/ksim/ksim.cpp index e7c963d..e74f768 100644 --- a/ksim/ksim.cpp +++ b/ksim/ksim.cpp @@ -55,9 +55,9 @@ KSim::PanelExtension::PanelExtension(const TQString &configFile, m_dcopClient->registerAs(name, false); - m_aboutData = new KAboutData(name, I18N_NOOP("KSim"), KSIM_VERSION_STRING, + m_aboutData = new TDEAboutData(name, I18N_NOOP("KSim"), KSIM_VERSION_STRING, I18N_NOOP("A plugin based system monitor for TDE"), - KAboutData::License_GPL, I18N_NOOP("(C) 2001-2003 Robbie Ward\n(C) 2005 Reuben Sutton")); + TDEAboutData::License_GPL, I18N_NOOP("(C) 2001-2003 Robbie Ward\n(C) 2005 Reuben Sutton")); m_aboutData->addAuthor("Reuben Sutton", I18N_NOOP("Maintainer"),"reuben.sutton@gmail.com"); m_aboutData->addAuthor("Robbie Ward", I18N_NOOP("Original Author"), "linuxphreak@gmx.co.uk"); -- cgit v1.2.1