This website works better with JavaScript.
Home
Help
Register
Sign In
TDE
/
tqscintilla
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
7
Wiki
Activity
Browse Source
Fix inadvertent tqt changes.
tags/r14.0.0
Darrell Anderson
7 years ago
parent
4285f9d60c
commit
a3562a945c
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
qt/ScintillaQt.cpp
+ 1
- 1
qt/ScintillaQt.cpp
View File
@@ -506,7 +506,7 @@ void ScintillaTQt::Paste()
// A simple TQWidget sub-class to implement a call tip. No need to bother with
// all the
tq
moc stuff.
// all the moc stuff.
class TQtCallTip : public TQWidget
{
public:
Write
Preview
Loading…
Cancel
Save