aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/kvirc/ui/kvi_input_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvirc/ui/kvi_input_editor.cpp b/src/kvirc/ui/kvi_input_editor.cpp
index 269130131..d5e5b3379 100644
--- a/src/kvirc/ui/kvi_input_editor.cpp
+++ b/src/kvirc/ui/kvi_input_editor.cpp
@@ -287,7 +287,7 @@ void KviInputEditor::paintEvent(QPaintEvent *)
p.restore();
p.setClipRect(rect());
- style()->drawPrimitive(QStyle::PE_PanelLineEdit, &option, &p, this);
+ style()->drawPrimitive(QStyle::PE_FrameLineEdit, &option, &p, this);
}
void KviInputEditor::drawContents(QPainter * p)