aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qte/qte-4.0.0-snapshot/fix-qwidget.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-04-20 22:47:38 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-20 22:47:38 +0000
commitca4a4c05edc25c816f4dbb7f20edd53d94a51afd (patch)
tree71a918164332aada45aa0880ea5eb1408bcf8e4d /packages/qte/qte-4.0.0-snapshot/fix-qwidget.patch
parentccd41a11e5dd1de18867049b30a76ad8137a97ef (diff)
downloadopenembedded-ca4a4c05edc25c816f4dbb7f20edd53d94a51afd.tar.gz
drop qte-4.0.0-snapshot, there is no such thing as Qt/Embedded 4.x anymore.
Diffstat (limited to 'packages/qte/qte-4.0.0-snapshot/fix-qwidget.patch')
-rw-r--r--packages/qte/qte-4.0.0-snapshot/fix-qwidget.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/qte/qte-4.0.0-snapshot/fix-qwidget.patch b/packages/qte/qte-4.0.0-snapshot/fix-qwidget.patch
deleted file mode 100644
index 4cd174f574..0000000000
--- a/packages/qte/qte-4.0.0-snapshot/fix-qwidget.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- qt-embedded-opensource-4.0.0-b1/src/gui/kernel/qwidget.cpp~fix-qwidget
-+++ qt-embedded-opensource-4.0.0-b1/src/gui/kernel/qwidget.cpp
-@@ -6272,7 +6272,9 @@
- ic->update();
- #endif
- // ##### is this correct
-+#ifndef QT_NO_ACCESSIBILITY
- QAccessible::updateAccessibility(this, 0, QAccessible::StateChanged);
-+#endif
- }
-
-