Lot of fixes for everything.

This commit is contained in:
Tobias Rundstrom 2006-02-21 00:29:28 -03:00
parent bdb2d70683
commit d356989d5e
18 changed files with 253 additions and 47 deletions

View file

@ -10,6 +10,7 @@ class Button : public PixWidget
Q_OBJECT
public:
Button (QWidget *parent, uint btn1, uint btn2);
Button (QWidget *parent);
~Button ();
bool noDrag (void) { return m_nodrag; }