From b78994aa4d2021d5c94d40f1a1aaaf2de77a41b7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:53:48 -0600 Subject: [PATCH] Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/src/main.cpp b/src/src/main.cpp index ba91467..1fd59c2 100644 --- a/src/src/main.cpp +++ b/src/src/main.cpp @@ -34,10 +34,10 @@ const char* programName = I18N_NOOP( "KNetStats" ); int main( int argc, char** argv ) { - KAboutData aboutData( "knetstats", programName, + TDEAboutData aboutData( "knetstats", programName, "v1.6.1", // version I18N_NOOP( "A network device monitor." ), // description - KAboutData::License_GPL, // license + TDEAboutData::License_GPL, // license "(C) 2004-2005 Hugo Parente Lima", // copyright 0, "http://knetstats.sourceforge.net", // homepage