diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:00:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:00:49 -0600 |
commit | abb0359d58bc4cc3640f094fd386cf3461fc125a (patch) | |
tree | b72ee9eb3fcb98f93948511c97217172c4e76bcc /src/editor.h | |
parent | 04bc759a8ee52b9c11cb6653276a7ef29285f10c (diff) | |
download | abakus-abb0359d58bc4cc3640f094fd386cf3461fc125a.tar.gz abakus-abb0359d58bc4cc3640f094fd386cf3461fc125a.zip |
Rename old tq methods that no longer need a unique name
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 ); |