From 8dadd3a9f18b6d4e8884862658fe8a1d042f631c Mon Sep 17 00:00:00 2001 From: senator Date: Tue, 2 Oct 2007 10:09:37 +0000 Subject: misc minor changes for testing --- 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 fed9b1f..7753b83 100644 --- a/client/widgets/frame.h +++ b/client/widgets/frame.h @@ -28,10 +28,10 @@ #define __PRACRO_FRAME_H__ #include "widget.h" -#include +#include #include -class Frame : public QGroupBox, public Widget +class Frame : public QFrame, public Widget { public: -- cgit v1.2.3