diff options
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-x | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 7fe8e33..33bb160 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -38,8 +38,8 @@ static KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData about("kpicosim", I18N_NOOP("KPicoSim"), version, description, - KAboutData::License_GPL, "(C) %{YEAR} Mark Six", 0, 0, "[email protected]"); + TDEAboutData about("kpicosim", I18N_NOOP("KPicoSim"), version, description, + TDEAboutData::License_GPL, "(C) %{YEAR} Mark Six", 0, 0, "[email protected]"); about.addAuthor( "Mark Six", 0, "[email protected]" ); TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); |