Rename KInstance and KAboutData to avoid conflicts with KDE4

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

@ -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

Loading…
Cancel
Save