summaryrefslogtreecommitdiffstats
path: root/src/tag.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:55:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:55:33 -0600
commitae6cafee5339716bd01aa6c66aa4f366bdc5d43b (patch)
treedb682cc1b772442e3ac4986b8f66119531291a4e /src/tag.h
parent882bcd26b3d60be72ea2b35921969a9850c52db9 (diff)
downloadbasket-ae6cafee5339716bd01aa6c66aa4f366bdc5d43b.tar.gz
basket-ae6cafee5339716bd01aa6c66aa4f366bdc5d43b.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 882bcd26b3d60be72ea2b35921969a9850c52db9.
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tag.h b/src/tag.h
index 4683a37..df7c0dc 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -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 sizeHint();
+ TQSize tqsizeHint();
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 sizeHint();
+ TQSize tqsizeHint();
bool fullSpan() { return true; }
private:
State *m_state;