diff options
Diffstat (limited to 'konsolekalendar')
-rw-r--r-- | konsolekalendar/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konsolekalendar/main.cpp b/konsolekalendar/main.cpp index 8439f3447..decdbb12c 100644 --- a/konsolekalendar/main.cpp +++ b/konsolekalendar/main.cpp @@ -167,12 +167,12 @@ static KCmdLineOptions options[] = int main( int argc, char *argv[] ) { - KAboutData aboutData( + TDEAboutData aboutData( progName, // internal program name I18N_NOOP( progDisplay ), // displayable program name. progVersion, // version string I18N_NOOP( progDesc ), // short porgram description - KAboutData::License_GPL, // license type + TDEAboutData::License_GPL, // license type "(c) 2002-2005, Tuukka Pasanen and Allen Winter", // copyright statement 0, // any free form text progURL, // program home page address |