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 /qt/qextscintillabase.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 'qt/qextscintillabase.h')
-rw-r--r-- | qt/qextscintillabase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qextscintillabase.h b/qt/qextscintillabase.h index d4e73ba..1e5a792 100644 --- a/qt/qextscintillabase.h +++ b/qt/qextscintillabase.h @@ -2243,7 +2243,7 @@ public: } //! Returns the recommended size of the widget. - virtual TQSize tqsizeHint() const; + virtual TQSize sizeHint() const; //! Returns the viewport widget. This is the widget that actually //! contains the text. |