diff options
Diffstat (limited to 'client/widgets/frame.h')
-rw-r--r-- | client/widgets/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/frame.h b/client/widgets/frame.h index f934269..fed9b1f 100644 --- a/client/widgets/frame.h +++ b/client/widgets/frame.h @@ -31,7 +31,7 @@ #include <QGroupBox> #include <QDomNode> -class Frame : public Widget, public QGroupBox +class Frame : public QGroupBox, public Widget { public: |