summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-07-24 06:47:45 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-07-24 06:47:45 +0000
commit1f5bf7b1eb7a6e7351ab0c570391993c4e5a70fe (patch)
tree2c9b5bba266a73e520a14de45ed514ef9dd32969 /kde-base/kdepim/files
parentmasking gnomemeeting-0.93.0 as it breaks with gcc 3.1 (diff)
downloadhistorical-1f5bf7b1eb7a6e7351ab0c570391993c4e5a70fe.tar.gz
historical-1f5bf7b1eb7a6e7351ab0c570391993c4e5a70fe.tar.bz2
historical-1f5bf7b1eb7a6e7351ab0c570391993c4e5a70fe.zip
applied qt-3.0.5 patch to kdepim. Fixes #387. Thanks to Richard D. Jackson for the patches.
Diffstat (limited to 'kde-base/kdepim/files')
-rw-r--r--kde-base/kdepim/files/kdepim-qt-3.0.5.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/kde-base/kdepim/files/kdepim-qt-3.0.5.patch b/kde-base/kdepim/files/kdepim-qt-3.0.5.patch
new file mode 100644
index 000000000000..24b7d99ab110
--- /dev/null
+++ b/kde-base/kdepim/files/kdepim-qt-3.0.5.patch
@@ -0,0 +1,12 @@
+--- ./knotes/knote.cpp Mon Jul 22 23:06:49 2002
++++ ./knotes/knote.fix Mon Jul 22 23:08:07 2002
+@@ -495,7 +495,8 @@
+
+ QTextDocument* textDoc = new QTextDocument( 0 );
+ textDoc->setFormatter( new QTextFormatterBreakWords );
+- textDoc->setDefaultFont( font ); // only needed for the pointsize
++// setDefaultFont was removed in QT 3.05 !!!
++// textDoc->setDefaultFont( font ); // only needed for the pointsize
+ textDoc->setUnderlineLinks( true );
+ textDoc->setStyleSheet( m_editor->styleSheet() );
+ textDoc->setMimeSourceFactory( m_editor->mimeSourceFactory() );