diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:55:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:55:27 -0600 |
commit | 04bc759a8ee52b9c11cb6653276a7ef29285f10c (patch) | |
tree | bc4f8437955402b7b474e156e7fd770300421f96 /src/editor.h | |
parent | b877728731c783fbd7370935a6733c78c25d5ce2 (diff) | |
download | abakus-04bc759a8ee52b9c11cb6653276a7ef29285f10c.tar.gz abakus-04bc759a8ee52b9c11cb6653276a7ef29285f10c.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit b877728731c783fbd7370935a6733c78c25d5ce2.
Diffstat (limited to 'src/editor.h')
-rw-r--r-- | src/editor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/editor.h b/src/editor.h index 7984910..3f7035a 100644 --- a/src/editor.h +++ b/src/editor.h @@ -25,7 +25,7 @@ #include <tqobject.h> #include <tqstringlist.h> -#include <textedit.h> +#include <tqtextedit.h> #include "hmath.h" @@ -49,8 +49,8 @@ class Editor : public TQTextEdit Editor( TQWidget* parent = 0, const char* name = 0 ); ~Editor(); - TQSize sizeHint() const; - TQSize xminimumSizeHint() const; + TQSize tqsizeHint() const; + TQSize xtqminimumSizeHint() const; TQStringList history() const; void setHistory( const TQStringList& history ); |