diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:53:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:53:48 -0600 |
commit | b78994aa4d2021d5c94d40f1a1aaaf2de77a41b7 (patch) | |
tree | 63038f3387c71160af812aab629f1220b4703bf1 /src | |
parent | 1fa61f035c2c112ee6903ac7dd69c18fe97c33f2 (diff) | |
download | knetstats-b78994aa4d2021d5c94d40f1a1aaaf2de77a41b7.tar.gz knetstats-b78994aa4d2021d5c94d40f1a1aaaf2de77a41b7.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/src/main.cpp | 4 |
1 files 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 |