From c75373bc1123255e62724f2bc6fef0a37adc5654 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:52:13 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/autostart.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/autostart.cpp') diff --git a/src/autostart.cpp b/src/autostart.cpp index 5c07d5f..508bc60 100644 --- a/src/autostart.cpp +++ b/src/autostart.cpp @@ -165,9 +165,9 @@ autostart::autostart(TQWidget *parent, const char *name, const TQStringList&) load(); - KAboutData* about = new KAboutData("autostart", I18N_NOOP("TDE Autostart Manager"), "0.5", + TDEAboutData* about = new TDEAboutData("autostart", I18N_NOOP("TDE Autostart Manager"), "0.5", I18N_NOOP("TDE Autostart Manager Control Panel Module"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, I18N_NOOP("(c) 2006 Stephen Leaf"), 0, 0); about->addAuthor("Stephen Leaf", 0, "smileaf@smileaf.org"); -- cgit v1.2.3