diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-02 13:59:16 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-02 13:59:16 +0000 |
commit | 2d1fcec5239403a7bb0bbd825724c02b14cb74e5 (patch) | |
tree | 957db074c31fa30e84e67f21ec933140a42291ba /editors/koffice-kde4/files/patch-lib-kotext-koParagDia.cc | |
parent | Update to 0.8.2. (diff) |
Update to 1.2.1.
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, 0 insertions, 20 deletions
diff --git a/editors/koffice-kde4/files/patch-lib-kotext-koParagDia.cc b/editors/koffice-kde4/files/patch-lib-kotext-koParagDia.cc deleted file mode 100644 index 96e6f7bc38d9..000000000000 --- a/editors/koffice-kde4/files/patch-lib-kotext-koParagDia.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- ./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 ); |