summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-xsrc/main.cpp4
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 );