diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:00:49 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-07-29 19:24:39 +0200 |
commit | 87b7ae7ab924e13579d5a30e6c1544cd2f8a8cfb (patch) | |
tree | b5cccd23c6102bfc235f292c4da04a5fde0d6f78 /src/editor.h | |
parent | dc2be33dfc5b7bd9baae835949858ab39be8c89b (diff) | |
download | abakus-87b7ae7ab924e13579d5a30e6c1544cd2f8a8cfb.tar.gz abakus-87b7ae7ab924e13579d5a30e6c1544cd2f8a8cfb.zip |
Rename old tq methods that no longer need a unique name
(cherry picked from commit abb0359d58bc4cc3640f094fd386cf3461fc125a)
Diffstat (limited to 'src/editor.h')
-rw-r--r-- | src/editor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editor.h b/src/editor.h index 3f7035a..7b61cf0 100644 --- a/src/editor.h +++ b/src/editor.h @@ -49,8 +49,8 @@ class Editor : public TQTextEdit Editor( TQWidget* parent = 0, const char* name = 0 ); ~Editor(); - TQSize tqsizeHint() const; - TQSize xtqminimumSizeHint() const; + TQSize sizeHint() const; + TQSize xminimumSizeHint() const; TQStringList history() const; void setHistory( const TQStringList& history ); |