diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:29:20 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:29:20 -0600 |
| commit | 882bcd26b3d60be72ea2b35921969a9850c52db9 (patch) | |
| tree | 8d0a6902c5de4632c4e73e35c4d86404fa75f470 /src/tag.h | |
| parent | c82058b2b64334c10d7e547cb81ac64efe09f516 (diff) | |
| download | basket-882bcd26b3d60be72ea2b35921969a9850c52db9.tar.gz basket-882bcd26b3d60be72ea2b35921969a9850c52db9.zip | |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/tag.h')
| -rw-r--r-- | src/tag.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -166,7 +166,7 @@ class IndentedMenuItem : public TQCustomMenuItem IndentedMenuItem(const TQString &text, const TQString &icon = "", const TQString &shortcut = ""); ~IndentedMenuItem(); void paint(TQPainter *painter, const TQColorGroup &cg, bool active, bool enabled, int x, int y, int w, int h); - TQSize tqsizeHint(); + TQSize sizeHint(); bool fullSpan() { return true; } private: TQString m_text; @@ -183,7 +183,7 @@ class StateMenuItem : public TQCustomMenuItem StateMenuItem(State *state, const TQString &shortcut, bool withTagName = false); ~StateMenuItem(); void paint(TQPainter *painter, const TQColorGroup &cg, bool active, bool enabled, int x, int y, int w, int h); - TQSize tqsizeHint(); + TQSize sizeHint(); bool fullSpan() { return true; } private: State *m_state; |
