summaryrefslogtreecommitdiff
path: root/graphics/digikam/patches/patch-core_libs_widgets_common_dfontselect.cpp
blob: aa0b6d76f302700c6bd695e5f0fd0d28611af2aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-core_libs_widgets_common_dfontselect.cpp,v 1.1 2013/03/02 18:10:03 joerg Exp $

--- core/libs/widgets/common/dfontselect.cpp.orig	2013-02-28 09:42:02.000000000 +0000
+++ core/libs/widgets/common/dfontselect.cpp
@@ -64,7 +64,7 @@ public:
     DFontSelect::FontMode mode;
 };
 
-DFontSelect::DFontSelect(const QString& text=QString(), QWidget* parent=0)
+DFontSelect::DFontSelect(const QString& text, QWidget* parent)
     : KHBox(parent), d(new DFontSelectPriv)
 {
     d->label     = new QLabel(this);