From b19ddece21e102b8e4b292037ca7578f60b128fe Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:20:05 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kio/kioexec/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kio/kioexec') diff --git a/kio/kioexec/main.cpp b/kio/kioexec/main.cpp index 18014f08f..2a1494043 100644 --- a/kio/kioexec/main.cpp +++ b/kio/kioexec/main.cpp @@ -271,8 +271,8 @@ void KIOExec::slotRunApp() int main( int argc, char **argv ) { - KAboutData aboutData( "kioexec", I18N_NOOP("KIOExec"), - VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kioexec", I18N_NOOP("KIOExec"), + VERSION, description, TDEAboutData::License_GPL, "(c) 1998-2000,2003 The KFM/Konqueror Developers"); aboutData.addAuthor("David Faure",0, "faure@kde.org"); aboutData.addAuthor("Stephan Kulow",0, "coolo@kde.org"); -- cgit v1.2.1