diff options
Diffstat (limited to 'app-crypt/xca/files/xca-0.5.1-qt.patch')
-rw-r--r-- | app-crypt/xca/files/xca-0.5.1-qt.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-crypt/xca/files/xca-0.5.1-qt.patch b/app-crypt/xca/files/xca-0.5.1-qt.patch new file mode 100644 index 000000000000..c6d101942ff8 --- /dev/null +++ b/app-crypt/xca/files/xca-0.5.1-qt.patch @@ -0,0 +1,12 @@ +diff -ur xca-0.5.1.orig/widgets/clicklabel.cpp xca-0.5.1/widgets/clicklabel.cpp +--- xca-0.5.1.orig/widgets/clicklabel.cpp 2003-11-26 23:03:18.000000000 +0100 ++++ xca-0.5.1/widgets/clicklabel.cpp 2004-12-09 20:18:02.632858864 +0100 +@@ -58,7 +58,7 @@ + ClickLabel::ClickLabel( QWidget* parent, const char* name, WFlags f ) + :QLabel( parent, name, f ) + { +- QFont font( font() ); ++ QFont font; + font.setBold(true); + setFont( font ); + setFrameShape( QLabel::Panel ); |