summaryrefslogtreecommitdiffstats
path: root/src/editor.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:00:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:00:49 -0600
commitabb0359d58bc4cc3640f094fd386cf3461fc125a (patch)
treeb72ee9eb3fcb98f93948511c97217172c4e76bcc /src/editor.h
parent04bc759a8ee52b9c11cb6653276a7ef29285f10c (diff)
downloadabakus-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.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 );