diff options
Diffstat (limited to 'src/metatextlabel.h')
| -rw-r--r-- | src/metatextlabel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/metatextlabel.h b/src/metatextlabel.h index 856bc85c2..316f0de5c 100644 --- a/src/metatextlabel.h +++ b/src/metatextlabel.h @@ -20,7 +20,7 @@ #ifndef METATEXTLABEL_H #define METATEXTLABEL_H -#include <QGroupBox> +#include <QWidget> class KVBox; class QHBoxLayout; @@ -30,7 +30,7 @@ class QHBoxLayout; * * Each line contains a label and the the meta information. */ -class MetaTextLabel : public QGroupBox +class MetaTextLabel : public QWidget { Q_OBJECT |
