summaryrefslogtreecommitdiffstats
path: root/include/Platform.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-15 15:35:23 -0600
committerTimothy Pearson <[email protected]>2011-12-15 15:35:23 -0600
commit5e3fc3a36b58c4e1cb48e31a350f76b7a81b3170 (patch)
treef6be5c0cc8881dc1d2df5e4d56e59c388b52cd41 /include/Platform.h
parent2ca85d336093fd44a5effafbc44dde7edd4e30ec (diff)
downloadtqscintilla-5e3fc3a36b58c4e1cb48e31a350f76b7a81b3170.tar.gz
tqscintilla-5e3fc3a36b58c4e1cb48e31a350f76b7a81b3170.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'include/Platform.h')
-rwxr-xr-xinclude/Platform.h4
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;