summaryrefslogtreecommitdiffstats
path: root/qt/ScintillaQt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt/ScintillaQt.cpp')
-rw-r--r--qt/ScintillaQt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/ScintillaQt.cpp b/qt/ScintillaQt.cpp
index e4c0559..d68ee2b 100644
--- a/qt/ScintillaQt.cpp
+++ b/qt/ScintillaQt.cpp
@@ -401,7 +401,7 @@ void ScintillaTQt::NotifyParent(SCNotification scn)
break;
default:
- qWarning("Unknown notification: %u",scn.nmhdr.code);
+ tqWarning("Unknown notification: %u",scn.nmhdr.code);
}
}