diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:52:13 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:52:13 -0600 |
| commit | c75373bc1123255e62724f2bc6fef0a37adc5654 (patch) | |
| tree | 53a5eef211a754d264dc69ecf3796db9ef5dc536 /src/autostart.cpp | |
| parent | 5e957ac8818b7dc0097823d943464e20a218be53 (diff) | |
| download | kcmautostart-c75373bc1123255e62724f2bc6fef0a37adc5654.tar.gz kcmautostart-c75373bc1123255e62724f2bc6fef0a37adc5654.zip | |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/autostart.cpp')
| -rw-r--r-- | src/autostart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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"); |
