summaryrefslogtreecommitdiffstats
path: root/kiosktool/kcms
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:53:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:53:12 -0600
commitb30893ab9f973ad4639fff69f211cf23c8340af8 (patch)
tree9fc4bcd3ae297d2637f814b2e76d5b80147de4f0 /kiosktool/kcms
parent9070037db6c2e3135ee16cd14c09a56c6e2368f3 (diff)
downloadkiosktool-b30893ab9f973ad4639fff69f211cf23c8340af8.tar.gz
kiosktool-b30893ab9f973ad4639fff69f211cf23c8340af8.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kiosktool/kcms')
-rw-r--r--kiosktool/kcms/autostart/kcmautostart.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kiosktool/kcms/autostart/kcmautostart.cpp b/kiosktool/kcms/autostart/kcmautostart.cpp
index 7e40688..ca30992 100644
--- a/kiosktool/kcms/autostart/kcmautostart.cpp
+++ b/kiosktool/kcms/autostart/kcmautostart.cpp
@@ -51,9 +51,9 @@ AutoStartConfig::AutoStartConfig(TQWidget* parent, const char* name, const TQStr
KCModule( AutoStartFactory::instance(), parent, name )
{
KGlobal::dirs()->addResourceType("autostart", "share/autostart");
- KAboutData *about =
- new KAboutData( I18N_NOOP( "kcmautostart" ), I18N_NOOP( "TDE Service Manager" ),
- 0, 0, KAboutData::License_GPL, I18N_NOOP( "(c) 2004 Martijn Klingens" ) );
+ TDEAboutData *about =
+ new TDEAboutData( I18N_NOOP( "kcmautostart" ), I18N_NOOP( "TDE Service Manager" ),
+ 0, 0, TDEAboutData::License_GPL, I18N_NOOP( "(c) 2004 Martijn Klingens" ) );
about->addAuthor( "Martijn Klingens", 0, "klingens@kde.org" );
#if KDE_IS_VERSION(3,2,91)