diff options
Diffstat (limited to 'client/widgets/pushbutton.h')
-rw-r--r-- | client/widgets/pushbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/pushbutton.h b/client/widgets/pushbutton.h index 42e3156..fe75fbf 100644 --- a/client/widgets/pushbutton.h +++ b/client/widgets/pushbutton.h @@ -36,7 +36,7 @@ class PushButton : public QPushButton, public Widget { Q_OBJECT public: - PushButton(QDomNode &node); + PushButton(QDomNode &node, MacroWindow *macrowindow); QString field; public slots: |