From 1d061b286a8b183b39be60fe531f2b1c2915f03a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:15:55 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kdcop/kdcop.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdcop') diff --git a/kdcop/kdcop.cpp b/kdcop/kdcop.cpp index 9ab6d4428..8a347c26c 100644 --- a/kdcop/kdcop.cpp +++ b/kdcop/kdcop.cpp @@ -17,9 +17,9 @@ static const KCmdLineOptions options[] = int main( int argc, char ** argv ) { - KAboutData aboutData( "kdcop", I18N_NOOP("KDCOP"), + TDEAboutData aboutData( "kdcop", I18N_NOOP("KDCOP"), "0.1", I18N_NOOP( "A graphical DCOP browser/client" ), - KAboutData::License_Artistic, + TDEAboutData::License_Artistic, "(c) 2000, Matthias Kalle Dalheimer"); aboutData.addAuthor("Matthias Kalle Dalheimer",0, "kalle@kde.org"); aboutData.addAuthor("Rik Hemsley",0, "rik@kde.org"); -- cgit v1.2.3