From afa4bd21a19f1e060d448fe10146a39b279fce68 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:52:38 -0600 Subject: [PATCH] Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 6f6c5c3..0d86586 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -33,8 +33,8 @@ static const char version[] = "v0.0.1"; int main(int argc, char *argv[]) { - KAboutData aboutData( "kerberostray", I18N_NOOP("Kerberos Ticket Manager"), - version, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kerberostray", I18N_NOOP("Kerberos Ticket Manager"), + version, description, TDEAboutData::License_GPL, "(c) 2012, Timothy Pearson"); aboutData.addAuthor("Timothy Pearson",0, "kb9vqf@pearsoncomputing.net"); TDECmdLineArgs::init( argc, argv, &aboutData );