summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:07:33 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:07:33 -0500
commita3562a945cf697afc3e6bfb3d752bf8f99098e5c (patch)
treeb7b0ef261d4e002c1ca26dce2b312663ac547b2b
parent4285f9d60ccbf466221e7ad152ea8cc003217718 (diff)
downloadtqscintilla-a3562a945cf697afc3e6bfb3d752bf8f99098e5c.tar.gz
tqscintilla-a3562a945cf697afc3e6bfb3d752bf8f99098e5c.zip
Fix inadvertent tqt changes.
-rw-r--r--qt/ScintillaQt.cpp2
1 files changed, 1 insertions, 1 deletions
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: