summaryrefslogtreecommitdiffstats
path: root/src/editor.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:29:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:29:00 -0600
commitb877728731c783fbd7370935a6733c78c25d5ce2 (patch)
tree93c019e65513df453864f3434bff0da826213ffd /src/editor.h
parentd4eecf4afe4ddf66f4d00e1bcdab14f8d21655fb (diff)
downloadabakus-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.h6
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 );