summaryrefslogtreecommitdiff
path: root/deskutils/kdepim4/files/patch-knote.cpp
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-08-25 04:37:30 +0000
committerWill Andrews <will@FreeBSD.org>2002-08-25 04:37:30 +0000
commitebe714bf059d5b2f7a57f05b433668bd211c601f (patch)
tree4f7a8e96d31777715ca35358edea5f125a285800 /deskutils/kdepim4/files/patch-knote.cpp
parentChase shared lib jump for libesmtp. Bump PORTREVISION to ensure balsa* (diff)
Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted to
more closely conform to FreeBSD style etc, and Konqueror SSL patch merged. Tested by: Matt Douhan <matt@fruitsalad.org>, alane Submitted by: lioux [1]
Diffstat (limited to 'deskutils/kdepim4/files/patch-knote.cpp')
-rw-r--r--deskutils/kdepim4/files/patch-knote.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/deskutils/kdepim4/files/patch-knote.cpp b/deskutils/kdepim4/files/patch-knote.cpp
deleted file mode 100644
index eed60bebbf01..000000000000
--- a/deskutils/kdepim4/files/patch-knote.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
---- knotes/knote.cpp 2002/06/17 20:23:11 1.61
-+++ knotes/knote.cpp 2002/07/04 08:51:19 1.62
-@@ -497,7 +497,11 @@
-
- QTextDocument* textDoc = new QTextDocument( 0 );
- textDoc->setFormatter( new QTextFormatterBreakWords );
-- textDoc->setDefaultFont( font ); // only needed for the pointsize
-+#if QT_VERSION > 304
-+ textDoc->setDefaultFormat( font, Qt::black ); // only needed for the pointsize
-+#else
-+ textDoc->setDefaultFont( font ); // only needed for the pointsize
-+#endif
- textDoc->setUnderlineLinks( true );
- textDoc->setStyleSheet( m_editor->styleSheet() );
- textDoc->setMimeSourceFactory( m_editor->mimeSourceFactory() );