diff options
Diffstat (limited to 'KMFSysTray/main.cpp')
-rw-r--r-- | KMFSysTray/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/KMFSysTray/main.cpp b/KMFSysTray/main.cpp index fc4323f..2fb03f3 100644 --- a/KMFSysTray/main.cpp +++ b/KMFSysTray/main.cpp @@ -40,8 +40,8 @@ static KCmdLineOptions options[] = { }; int main( int argc, char *argv[] ) { - KAboutData aboutData( "kmfsystray", I18N_NOOP( "KMFSysTray" ), - KMYFIREWALL_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kmfsystray", I18N_NOOP( "KMFSysTray" ), + KMYFIREWALL_VERSION, description, TDEAboutData::License_GPL, COPYRIGHT_STRING, 0, 0, "[email protected]" ); aboutData.addAuthor( "Christian Hubinger", 0, "[email protected]" ); aboutData.setHomepage( "http://kmyfirewall.sourceforge.net" ); |