diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 20:23:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 20:23:08 -0600 |
commit | 8856e75c203aa69be210b2fee1095ab9761aca7e (patch) | |
tree | d59810016bc093e8dd7f2f886f07c45fa25447a5 /ksim/ksim.cpp | |
parent | ed70cd1b539ac2e02319b55183a5be7a28f2d116 (diff) | |
download | tdeutils-8856e75c203aa69be210b2fee1095ab9761aca7e.tar.gz tdeutils-8856e75c203aa69be210b2fee1095ab9761aca7e.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'ksim/ksim.cpp')
-rw-r--r-- | ksim/ksim.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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"),"[email protected]"); m_aboutData->addAuthor("Robbie Ward", I18N_NOOP("Original Author"), |