diff options
Diffstat (limited to 'qt')
-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: |