From a3562a945cf697afc3e6bfb3d752bf8f99098e5c Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 13:07:33 -0500 Subject: [PATCH] Fix inadvertent tqt changes. --- qt/ScintillaQt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/ScintillaQt.cpp b/qt/ScintillaQt.cpp index d68ee2b..8924e8b 100644 --- a/qt/ScintillaQt.cpp +++ b/qt/ScintillaQt.cpp @@ -506,7 +506,7 @@ void ScintillaTQt::Paste() // A simple TQWidget sub-class to implement a call tip. No need to bother with -// all the tqmoc stuff. +// all the moc stuff. class TQtCallTip : public TQWidget { public: