diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:07:33 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:07:33 -0500 |
commit | a3562a945cf697afc3e6bfb3d752bf8f99098e5c (patch) | |
tree | b7b0ef261d4e002c1ca26dce2b312663ac547b2b | |
parent | 4285f9d60ccbf466221e7ad152ea8cc003217718 (diff) | |
download | tqscintilla-a3562a945cf697afc3e6bfb3d752bf8f99098e5c.tar.gz tqscintilla-a3562a945cf697afc3e6bfb3d752bf8f99098e5c.zip |
Fix inadvertent tqt changes.
-rw-r--r-- | qt/ScintillaQt.cpp | 2 |
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: |