diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:16:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:16:52 -0600 |
commit | c03d5480ab0242a8e6b03b466d90d32d39303e71 (patch) | |
tree | 49196ad7975cefd5de40614cc3b92f88092b412b /qt/qextscintillabase.h | |
parent | 6ade7e598a18691f3f92471c4441d856b3ac54dc (diff) | |
download | tqscintilla-c03d5480ab0242a8e6b03b466d90d32d39303e71.tar.gz tqscintilla-c03d5480ab0242a8e6b03b466d90d32d39303e71.zip |
Rename old tq methods that no longer need a unique name
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. |