diff options
Diffstat (limited to 'client/widgets/frame.h')
-rw-r--r-- | client/widgets/frame.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/widgets/frame.h b/client/widgets/frame.h index bdf3d83..520891c 100644 --- a/client/widgets/frame.h +++ b/client/widgets/frame.h @@ -28,9 +28,9 @@ #define __PRACRO_FRAME_H__ #include "widget.h" -#include <QFrame> +#include <QGroupBox> -class Frame : public Widget, public QFrame +class Frame : public Widget, public QGroupBox { public: |