diff options
Diffstat (limited to 'client/widgets/window.h')
-rw-r--r-- | client/widgets/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/window.h b/client/widgets/window.h index 560c094..0640c7b 100644 --- a/client/widgets/window.h +++ b/client/widgets/window.h @@ -31,7 +31,7 @@ #include <QWidget> #include <QDomNode> -class Window : public Widget, public QWidget +class Window : public QWidget, public Widget { public: |