diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:08:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:08:48 -0600 |
commit | b3566a6c6754f013b55063c28b90995be612da96 (patch) | |
tree | dd590262fefe39114300e6d376b68df0b435c0f2 /include/Platform.h | |
parent | 1aef904f94a86fecbc71888bc94a790ff36f0403 (diff) | |
download | tqscintilla-b3566a6c6754f013b55063c28b90995be612da96.tar.gz tqscintilla-b3566a6c6754f013b55063c28b90995be612da96.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'include/Platform.h')
-rwxr-xr-x | include/Platform.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Platform.h b/include/Platform.h index 3cc849b..33245b9 100755 --- a/include/Platform.h +++ b/include/Platform.h @@ -354,7 +354,7 @@ public: virtual void SetClip(PRectangle rc)=0; virtual void FlushCachedState()=0; - virtual void SetUnicodeMode(bool tqunicodeMode_)=0; + virtual void SetUnicodeMode(bool unicodeMode_)=0; virtual void SetDBCSMode(int codePage)=0; #if defined(PLAT_QT) @@ -412,7 +412,7 @@ public: static ListBox *Allocate(); virtual void SetFont(Font &font)=0; - virtual void Create(Window &parent, int ctrlID, Point location, int lineHeight_, bool tqunicodeMode_)=0; + virtual void Create(Window &parent, int ctrlID, Point location, int lineHeight_, bool unicodeMode_)=0; virtual void SetAverageCharWidth(int width)=0; virtual void SetVisibleRows(int rows)=0; virtual int GetVisibleRows() const=0; |