summaryrefslogtreecommitdiffstats
path: root/kiten/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kiten/main.cpp')
-rw-r--r--kiten/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiten/main.cpp b/kiten/main.cpp
index 621fdf03..0fc18b5f 100644
--- a/kiten/main.cpp
+++ b/kiten/main.cpp
@@ -39,7 +39,7 @@ static TDECmdLineOptions options[] =
int main(int argc, char *argv[])
{
- tqInstallMsgHandler(noMessageOutput);
+ qInstallMsgHandler(noMessageOutput);
TDEAboutData aboutData( "kiten", I18N_NOOP("Kiten"),
"1.2", I18N_NOOP("Japanese Reference Tool"), TDEAboutData::License_GPL,
"(c) 2001-2004, Jason Katz-Brown", 0, "http://www.katzbrown.com/kiten");