summaryrefslogtreecommitdiff
path: root/kde-apps/kaddressbook/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /kde-apps/kaddressbook/files
reinit the tree, so we can have metadata
Diffstat (limited to 'kde-apps/kaddressbook/files')
-rw-r--r--kde-apps/kaddressbook/files/kaddressbook-4.4.2017.04-gcc6.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/kde-apps/kaddressbook/files/kaddressbook-4.4.2017.04-gcc6.patch b/kde-apps/kaddressbook/files/kaddressbook-4.4.2017.04-gcc6.patch
new file mode 100644
index 000000000000..5c7b55c5283a
--- /dev/null
+++ b/kde-apps/kaddressbook/files/kaddressbook-4.4.2017.04-gcc6.patch
@@ -0,0 +1,27 @@
+--- a/kaddressbook/views/configurecardviewdialog.cpp
++++ b/kaddressbook/views/configurecardviewdialog.cpp
+@@ -34,6 +34,7 @@
+ #include <kcolorscheme.h>
+ #include <kconfig.h>
+ #include <kdebug.h>
++#include <kfontchooser.h>
+ #include <kfontdialog.h>
+ #include <kglobal.h>
+ #include <kiconloader.h>
+@@ -165,14 +166,14 @@
+ void CardViewLookNFeelPage::setTextFont()
+ {
+ QFont f( lTextFont->font() );
+- if ( KFontDialog::getFont( f, false, this ) == QDialog::Accepted )
++ if ( KFontDialog::getFont( f, KFontChooser::NoDisplayFlags, this ) == QDialog::Accepted )
+ updateFontLabel( f, lTextFont );
+ }
+
+ void CardViewLookNFeelPage::setHeaderFont()
+ {
+ QFont f( lHeaderFont->font() );
+- if ( KFontDialog::getFont( f,false, this ) == QDialog::Accepted )
++ if ( KFontDialog::getFont( f, KFontChooser::NoDisplayFlags, this ) == QDialog::Accepted )
+ updateFontLabel( f, lHeaderFont );
+ }
+