summaryrefslogtreecommitdiffstats
path: root/tools/qtconfig/previewframe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qtconfig/previewframe.cpp')
-rw-r--r--tools/qtconfig/previewframe.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qtconfig/previewframe.cpp b/tools/qtconfig/previewframe.cpp
index 95d64cf..d08b770 100644
--- a/tools/qtconfig/previewframe.cpp
+++ b/tools/qtconfig/previewframe.cpp
@@ -82,7 +82,7 @@ void PreviewFrame::setPreviewVisible(bool visible)
workspace->viewport()->update();
}
-Workspace::Workspace(PreviewFrame* parent)
+Workspace::Workspace(PreviewFrame *parent)
: QMdiArea(parent)
{
previewFrame = parent;
@@ -92,7 +92,7 @@ Workspace::Workspace(PreviewFrame* parent)
frame->show();
}
-void Workspace::paintEvent( QPaintEvent* )
+void Workspace::paintEvent(QPaintEvent *)
{
QPainter p(viewport());
p.fillRect(rect(), palette().color(backgroundRole()).dark());