diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-17 19:35:49 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-17 19:35:49 +0000 |
commit | 5d894f61193ca57b7d80c4385637fb9b69c0a08b (patch) | |
tree | 903eb0331b232829e3a660fe28bc72ac8cf9c647 /editors/koffice-kde4/files/patch-lib-kotext-koParagDia.cc | |
parent | Update to 3.14. (diff) |
Add local fixes for problem where code uses KDE_VERSION 305 to mean
the wrong thing (it's a long story).
Notes
Notes:
svn path=/head/; revision=70316
Diffstat (limited to 'editors/koffice-kde4/files/patch-lib-kotext-koParagDia.cc')
-rw-r--r-- | editors/koffice-kde4/files/patch-lib-kotext-koParagDia.cc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/koffice-kde4/files/patch-lib-kotext-koParagDia.cc b/editors/koffice-kde4/files/patch-lib-kotext-koParagDia.cc new file mode 100644 index 000000000000..96e6f7bc38d9 --- /dev/null +++ b/editors/koffice-kde4/files/patch-lib-kotext-koParagDia.cc @@ -0,0 +1,20 @@ +--- ./lib/kotext/koParagDia.cc.orig Sun Sep 1 14:09:03 2002 ++++ ./lib/kotext/koParagDia.cc Sun Nov 17 06:33:53 2002 +@@ -1132,7 +1132,7 @@ + grid->addWidget( lColor, 4, 0 ); + + bColor = new KColorButton( black, +-#if KDE_VERSION >= 305 ++#if KDE_VERSION >= 306 + black, + #endif + this ); +@@ -1955,7 +1955,7 @@ + QLabel *lcolor = new QLabel( i18n( "Color:" ), shadow ); + grid2->addWidget(lcolor,0,0); + color = new KColorButton( black, +-#if KDE_VERSION >= 305 ++#if KDE_VERSION >= 306 + black, + #endif + shadow ); |