summaryrefslogtreecommitdiffstats
path: root/src/editor.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-18 18:00:49 -0600
committerSlávek Banko <[email protected]>2012-07-29 19:24:39 +0200
commit87b7ae7ab924e13579d5a30e6c1544cd2f8a8cfb (patch)
treeb5cccd23c6102bfc235f292c4da04a5fde0d6f78 /src/editor.h
parentdc2be33dfc5b7bd9baae835949858ab39be8c89b (diff)
downloadabakus-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.h4
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 );