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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ktorrent/main.cpp b/apps/ktorrent/main.cpp
index 748001a..a6b67c8 100644
--- a/apps/ktorrent/main.cpp
+++ b/apps/ktorrent/main.cpp
@@ -116,7 +116,7 @@ int main(int argc, char **argv)
// ignore SIGPIPE's
signal(SIGPIPE,SIG_IGN);
signal(SIGXFSZ,SIG_IGN);
- tqInstallMsgHandler( StupidWarningMessagesFromTQt );
+ qInstallMsgHandler( StupidWarningMessagesFromTQt );
TDEAboutData about("ktorrent", I18N_NOOP("KTorrent"), kt::VERSION_STRING, description,
TDEAboutData::License_GPL, "(C) 2005 -2008 Joris Guisson and Ivan Vasic", 0);
about.addAuthor("Joris Guisson", 0, "joris.guisson@gmail.com" );