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