aboutsummaryrefslogtreecommitdiffstats
path: root/packages/kdepimpi/files/opie-fontselector-copy.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/kdepimpi/files/opie-fontselector-copy.patch')
-rw-r--r--packages/kdepimpi/files/opie-fontselector-copy.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/kdepimpi/files/opie-fontselector-copy.patch b/packages/kdepimpi/files/opie-fontselector-copy.patch
index e69de29bb2..c38c25a359 100644
--- a/packages/kdepimpi/files/opie-fontselector-copy.patch
+++ b/packages/kdepimpi/files/opie-fontselector-copy.patch
@@ -0,0 +1,19 @@
+Patch taken from OPIE project
+
+Index: ofontselector.cpp
+===================================================================
+RCS file: /cvs/opie/libopie2/opieui/ofontselector.cpp,v
+retrieving revision 1.7
+retrieving revision 1.8
+diff -u -r1.7 -r1.8
+--- kdepim/microkde/ofontselector.cpp.orig 2005-03-08 14:13:14 +0100
++++ kdepim/microkde/ofontselector.cpp 2005-03-08 14:14:48 +0100
+@@ -137,7 +137,7 @@
+ this, SLOT( fontSizeClicked( int ) ) );
+ gridLayout->addWidget( d-> m_font_size_list, 3, 1 );
+
+- d-> m_pointbug = ( qt_version ( ) <= 233 );
++ d->m_pointbug = ( qt_version() == 232 || qt_version() == 233 ); // SharpROM uses 2.3.2
+
+ if ( withpreview ) {
+ d-> m_preview = new QMultiLineEdit ( this, "Preview" );