diff options
author | senator <senator> | 2007-10-02 10:09:37 +0000 |
---|---|---|
committer | senator <senator> | 2007-10-02 10:09:37 +0000 |
commit | 8dadd3a9f18b6d4e8884862658fe8a1d042f631c (patch) | |
tree | e28c16aafcfdb9c76cdc34aeb5c9b1cbdd5d9bbe /client/widgets/frame.h | |
parent | 9910c8962ab813ab7d9a04609b689e1d9ae038e0 (diff) |
misc minor changes for testing
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 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 <QGroupBox> +#include <QFrame> #include <QDomNode> -class Frame : public QGroupBox, public Widget +class Frame : public QFrame, public Widget { public: |