diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:35:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:35:23 -0600 |
commit | 5e3fc3a36b58c4e1cb48e31a350f76b7a81b3170 (patch) | |
tree | f6be5c0cc8881dc1d2df5e4d56e59c388b52cd41 /src/AutoComplete.h | |
parent | 2ca85d336093fd44a5effafbc44dde7edd4e30ec (diff) | |
download | tqscintilla-5e3fc3a36b58c4e1cb48e31a350f76b7a81b3170.tar.gz tqscintilla-5e3fc3a36b58c4e1cb48e31a350f76b7a81b3170.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/AutoComplete.h')
-rwxr-xr-x | src/AutoComplete.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AutoComplete.h b/src/AutoComplete.h index 8fd84c8..10577ca 100755 --- a/src/AutoComplete.h +++ b/src/AutoComplete.h @@ -36,7 +36,7 @@ public: /// Display the auto completion list positioned to be near a character position void Start(Window &parent, int ctrlID, int position, Point location, - int startLen_, int lineHeight, bool tqunicodeMode); + int startLen_, int lineHeight, bool unicodeMode); /// The stop chars are characters which, when typed, cause the auto completion list to disappear void SetStopChars(const char *stopChars_); |