summaryrefslogtreecommitdiffstats
path: root/kiten/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kiten/main.cpp')
-rw-r--r--kiten/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiten/main.cpp b/kiten/main.cpp
index 8d013d15..1c920e16 100644
--- a/kiten/main.cpp
+++ b/kiten/main.cpp
@@ -27,7 +27,7 @@
#include "kiten.h"
-void noMessageOutput(QtMsgType, const char *)
+void noMessageOutput(TQtMsgType, const char *)
{
}
@@ -39,7 +39,7 @@ static KCmdLineOptions options[] =
int main(int argc, char *argv[])
{
- qInstallMsgHandler(noMessageOutput);
+ tqInstallMsgHandler(noMessageOutput);
KAboutData aboutData( "kiten", I18N_NOOP("Kiten"),
"1.2", I18N_NOOP("Japanese Reference Tool"), KAboutData::License_GPL,
"(c) 2001-2004, Jason Katz-Brown", 0, "http://www.katzbrown.com/kiten");