From 78f8b2d68bde64c6e656effef397080ddfa1048d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:17:27 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kpercentage/kpercentage/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpercentage') diff --git a/kpercentage/kpercentage/main.cpp b/kpercentage/kpercentage/main.cpp index 74e80dfa..7e7f7560 100644 --- a/kpercentage/kpercentage/main.cpp +++ b/kpercentage/kpercentage/main.cpp @@ -36,11 +36,11 @@ static KCmdLineOptions options[] = int main( int argc, char *argv[] ) { - KAboutData aboutData + TDEAboutData aboutData ( "kpercentage", I18N_NOOP( "KPercentage" ), - KPERCENTAGE_VERSION, description, KAboutData::License_GPL, + KPERCENTAGE_VERSION, description, TDEAboutData::License_GPL, "(c) 2001-2007, Matthias Messmer", 0, 0, "submit@bugs.kde.org" -- cgit v1.2.1