summaryrefslogtreecommitdiffstats
path: root/src/newui/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newui/button.h')
-rw-r--r--src/newui/button.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/newui/button.h b/src/newui/button.h
index 86e7dbed..3dbc63ca 100644
--- a/src/newui/button.h
+++ b/src/newui/button.h
@@ -39,9 +39,10 @@ A TQPushButton derivative with a size of a TQToolBar. Button can be rotated
*/
class Button : public TQPushButton {
Q_OBJECT
+ TQ_OBJECT
public:
- Button(ButtonBar *parent, const TQString text, const TQIconSet &icon = TQIconSet(),
- const TQString &description = TQString::null);
+ Button(ButtonBar *tqparent, const TQString text, const TQIconSet &icon = TQIconSet(),
+ const TQString &description = TQString());
/**Sets the description used as a tooltip.*/
void setDescription(const TQString &description);
@@ -53,8 +54,8 @@ public:
/**Sets the mode of a button.*/
void setMode(Ideal::ButtonMode mode);
- TQSize sizeHint() const;
- TQSize sizeHint(const TQString &text) const;
+ TQSize tqsizeHint() const;
+ TQSize tqsizeHint(const TQString &text) const;
/**Updates size of a widget. Used after squeezing button's text.*/
void updateSize();