summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktorrent/main.cpp')
-rw-r--r--apps/ktorrent/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ktorrent/main.cpp b/apps/ktorrent/main.cpp
index 5492f82..ee6a0b4 100644
--- a/apps/ktorrent/main.cpp
+++ b/apps/ktorrent/main.cpp
@@ -117,8 +117,8 @@ int main(int argc, char **argv)
signal(SIGPIPE,SIG_IGN);
signal(SIGXFSZ,SIG_IGN);
tqInstallMsgHandler( StupidWarningMessagesFromTQt );
- KAboutData about("ktorrent", I18N_NOOP("KTorrent"), kt::VERSION_STRING, description,
- KAboutData::License_GPL, "(C) 2005 -2008 Joris Guisson and Ivan Vasic", 0,
+ TDEAboutData about("ktorrent", I18N_NOOP("KTorrent"), kt::VERSION_STRING, description,
+ TDEAboutData::License_GPL, "(C) 2005 -2008 Joris Guisson and Ivan Vasic", 0,
"http://www.ktorrent.org/");
about.addAuthor("Joris Guisson", 0, "joris.guisson@gmail.com" );
about.addAuthor("Ivan Vasic",0,"ivasic@gmail.com");