diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-18 15:37:04 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-19 19:35:49 +0900 |
| commit | 0355ec980067dde281334a7e467bc3058ed4cfb3 (patch) | |
| tree | c0875fb82ea2fca60e2268e26205ebe781dd8bff /src/Editor.h | |
| parent | 57048ef2d76edab4870498d2f69ff4f21c46ae8f (diff) | |
| download | tqscintilla-0355ec98.tar.gz tqscintilla-0355ec98.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e867c97d483fa51344f1a3dda1d20cc499224428)
Diffstat (limited to 'src/Editor.h')
| -rw-r--r-- | src/Editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h index 2ce166d..fe7be26 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -214,7 +214,7 @@ protected: // ScintillaBase subclass needs access to much of Editor * and then the foreground. This avoids chopping off characters that overlap the next run. */ bool twoPhaseDraw; - int xOffset; ///<Qt::Horizontal scrolled amount in pixels + int xOffset; ///< Horizontal scrolled amount in pixels int xCaretMargin; ///< Ensure this many pixels visible on both sides of caret bool horizontalScrollBarVisible; int scrollWidth; |
