From 8856e75c203aa69be210b2fee1095ab9761aca7e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:23:08 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- ark/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ark/main.cpp') diff --git a/ark/main.cpp b/ark/main.cpp index 10449c2..f5281c8 100644 --- a/ark/main.cpp +++ b/ark/main.cpp @@ -64,9 +64,9 @@ static KCmdLineOptions option[] = extern "C" KDE_EXPORT int kdemain( int argc, char *argv[] ) { - KAboutData aboutData( "ark", I18N_NOOP( "Ark" ), + TDEAboutData aboutData( "ark", I18N_NOOP( "Ark" ), "2.6.4", I18N_NOOP( "TDE Archiving tool" ), - KAboutData::License_GPL, + TDEAboutData::License_GPL, I18N_NOOP( "(c) 1997-2006, The Various Ark Developers" ) ); -- cgit v1.2.1