summaryrefslogtreecommitdiffstats
path: root/src/core/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/main.cpp')
-rw-r--r--src/core/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp
index 3fca769..a3206ea 100644
--- a/src/core/main.cpp
+++ b/src/core/main.cpp
@@ -31,8 +31,8 @@ static KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KAboutData about("ktechlab", I18N_NOOP("KTechlab"), version, description,
- KAboutData::License_GPL, "(C) 2003-2005, The KTechlab developers", "", "http://ktechlab.org", "[email protected]" );
+ TDEAboutData about("ktechlab", I18N_NOOP("KTechlab"), version, description,
+ TDEAboutData::License_GPL, "(C) 2003-2005, The KTechlab developers", "", "http://ktechlab.org", "[email protected]" );
about.addAuthor( "David Saxton", 0, "[email protected]" );
about.addAuthor( "Daniel Clarke", 0, "[email protected]" );
about.addCredit( "Couriousous", "JK flip-flop, asyncronous preset/reset in the D flip-flop." );