diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index f01a285..6cbed57 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -44,8 +44,8 @@ static KCmdLineOptions options[] =  int main(int argc, char *argv[])  { -  KAboutData aboutData( "knutclient", I18N_NOOP("KNutClient"), -    VERSION, description, KAboutData::License_GPL, +  TDEAboutData aboutData( "knutclient", I18N_NOOP("KNutClient"), +    VERSION, description, TDEAboutData::License_GPL,      "(c) 2002 - 2009 Daniel Prynych", "Zajecov, Czech Republic", 0, "Daniel@prynych.cz");    aboutData.addAuthor("Daniel Prynych",0, "Daniel@prynych.cz","http://www.knut.noveradsl.cz/knutclient/");    aboutData.addCredit("Arnaud Quette",0,"arnaud.quette@free.fr","http://www.networkupstools.org/");  | 
