summaryrefslogtreecommitdiffstats
path: root/src/editor.h
diff options
context:
space:
mode:
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 );