From f6214b000a115181ea1dab84ef1a18fb6bfae730 Mon Sep 17 00:00:00 2001 From: senator Date: Wed, 18 Jul 2007 08:14:52 +0000 Subject: changed frame from QFrame to QGroupBox --- client/widgets/frame.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/widgets/frame.h') 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 +#include -class Frame : public Widget, public QFrame +class Frame : public Widget, public QGroupBox { public: -- cgit v1.2.3