diff options
| author | Peter Penz <[email protected]> | 2008-03-22 16:23:54 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-03-22 16:23:54 +0000 |
| commit | 4eaa9ddcb14d72368f9e59ab5b5c1d19b8282258 (patch) | |
| tree | cdede4934d7ba6cf1bb4bbbcd711fc14ac30ad9e /src/metatextlabel.h | |
| parent | d3a04321886e8ca39ab91a647a9547ebe4d52154 (diff) | |
minor layout improvements for the Information Panel:
* use the KStyle for drawing separators
* remove frame from general meta data box
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=788834
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 |
