diff options
Diffstat (limited to 'twin/clients/b2/b2client.h')
-rw-r--r-- | twin/clients/b2/b2client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/clients/b2/b2client.h b/twin/clients/b2/b2client.h index e200843a4..c9748ccd6 100644 --- a/twin/clients/b2/b2client.h +++ b/twin/clients/b2/b2client.h @@ -28,7 +28,7 @@ class B2Client; class B2Button : public TQButton { public: - B2Button(B2Client *_client=0, TQWidget *parent=0, const TQString& tip=NULL, const int realizeBtns = Qt::LeftButton); + B2Button(B2Client *_client=0, TQWidget *parent=0, const TQString& tip=NULL, const int realizeBtns = TQt::LeftButton); ~B2Button() {}; void setBg(const TQColor &c){bg = c;} |