diff options
| author | Peter Penz <[email protected]> | 2009-06-20 14:58:34 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-06-20 14:58:34 +0000 |
| commit | 514566db88e51ba39695b083f3257c6c9d7356b4 (patch) | |
| tree | 4d583e07a0ef958ed795581b82dfcff7c55be11c /src | |
| parent | 28614144f75916af268a9e3e60407d09af51e8cb (diff) | |
use a style dependend border instead of a black box
svn path=/trunk/KDE/kdebase/apps/; revision=984301
Diffstat (limited to 'src')
| -rw-r--r-- | src/panels/information/commenteditwidget.cpp | 2 | ||||
| -rw-r--r-- | src/panels/information/taggingpopup.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/panels/information/commenteditwidget.cpp b/src/panels/information/commenteditwidget.cpp index a55adbea4..9efff6ada 100644 --- a/src/panels/information/commenteditwidget.cpp +++ b/src/panels/information/commenteditwidget.cpp @@ -109,7 +109,7 @@ CommentEditWidget::CommentEditWidget( QWidget* parent ) : QFrame( parent ), d( new Private( this ) ) { - setFrameStyle( QFrame::Box|QFrame::Plain ); + setFrameStyle( QFrame::StyledPanel ); setWindowFlags( Qt::Popup ); d->textEdit = new KTextEdit( this ); diff --git a/src/panels/information/taggingpopup.cpp b/src/panels/information/taggingpopup.cpp index 3e59c80d1..76db05970 100644 --- a/src/panels/information/taggingpopup.cpp +++ b/src/panels/information/taggingpopup.cpp @@ -80,7 +80,7 @@ Nepomuk::TaggingPopup::TaggingPopup( QWidget* parent ) : TagCloud( parent ), d( new Private( this ) ) { - setFrameStyle( QFrame::Box|QFrame::Plain ); + setFrameStyle( QFrame::StyledPanel ); setWindowFlags( Qt::Popup ); } |
