diff options
Diffstat (limited to 'client/macrowindow.h')
-rw-r--r-- | client/macrowindow.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/client/macrowindow.h b/client/macrowindow.h index f57fd05..65fcbf1 100644 --- a/client/macrowindow.h +++ b/client/macrowindow.h @@ -40,19 +40,14 @@ class MacroWindow : public Collapser { Q_OBJECT public: - MacroWindow(NetCom &netcom, QDomNode &xml_doc, QString templ, + MacroWindow(NetCom &netcom, QString templ, bool is_static = false, bool compact = false, QScrollArea *scrollarea = NULL); ~MacroWindow(); - LUA *lua; - void update(QDomNode &xml_doc); - void setActive(bool active); - ResumeWidget *resumewidget; - QString macrotitle; public slots: |