Rename KInstance and KAboutData to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent 1fa61f035c
commit b78994aa4d

@ -34,10 +34,10 @@ const char* programName = I18N_NOOP( "KNetStats" );
int main( int argc, char** argv ) int main( int argc, char** argv )
{ {
KAboutData aboutData( "knetstats", programName, TDEAboutData aboutData( "knetstats", programName,
"v1.6.1", // version "v1.6.1", // version
I18N_NOOP( "A network device monitor." ), // description I18N_NOOP( "A network device monitor." ), // description
KAboutData::License_GPL, // license TDEAboutData::License_GPL, // license
"(C) 2004-2005 Hugo Parente Lima", // copyright "(C) 2004-2005 Hugo Parente Lima", // copyright
0, 0,
"http://knetstats.sourceforge.net", // homepage "http://knetstats.sourceforge.net", // homepage

Loading…
Cancel
Save