diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:29:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:29:00 -0600 |
commit | b877728731c783fbd7370935a6733c78c25d5ce2 (patch) | |
tree | 93c019e65513df453864f3434bff0da826213ffd /src/editor.h | |
parent | d4eecf4afe4ddf66f4d00e1bcdab14f8d21655fb (diff) | |
download | abakus-b877728731c783fbd7370935a6733c78c25d5ce2.tar.gz abakus-b877728731c783fbd7370935a6733c78c25d5ce2.zip |
Rename a number of old tq methods that are no longer tq specific
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 3f7035a..7984910 100644 --- a/src/editor.h +++ b/src/editor.h @@ -25,7 +25,7 @@ #include <tqobject.h> #include <tqstringlist.h> -#include <tqtextedit.h> +#include <textedit.h> #include "hmath.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 ); |