From 5fc6f26e12b596addd235f87320c31761bd5a84d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:22:15 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- karm/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'karm/main.cpp') diff --git a/karm/main.cpp b/karm/main.cpp index f2fab8fc..a40b7e39 100644 --- a/karm/main.cpp +++ b/karm/main.cpp @@ -27,8 +27,8 @@ static const KCmdLineOptions options[] = int main( int argc, char *argv[] ) { - KAboutData aboutData( "karm", I18N_NOOP("KArm"), - KARM_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "karm", I18N_NOOP("KArm"), + KARM_VERSION, description, TDEAboutData::License_GPL, "(c) 1997-2004, KDE PIM Developers" ); aboutData.addAuthor( "Mark Bucciarelli", I18N_NOOP( "Current Maintainer" ), -- cgit v1.2.3