summaryrefslogtreecommitdiff
path: root/qt/qte232-for-qpe150-style.patch
authorharlekin <harlekin>2002-09-09 15:56:59 (UTC)
committer harlekin <harlekin>2002-09-09 15:56:59 (UTC)
commit735ada29bb32fd3a0a22d2ba3bb75ce2df386617 (patch) (unidiff)
tree037a8341009cff3d1c08198d5fdfa1c6b7afb5cc /qt/qte232-for-qpe150-style.patch
parent59844388cf877a0abe66582822c90712979fd9c3 (diff)
downloadopie-735ada29bb32fd3a0a22d2ba3bb75ce2df386617.zip
opie-735ada29bb32fd3a0a22d2ba3bb75ce2df386617.tar.gz
opie-735ada29bb32fd3a0a22d2ba3bb75ce2df386617.tar.bz2
cleanup, they are quite old
Diffstat (limited to 'qt/qte232-for-qpe150-style.patch') (more/less context) (ignore whitespace changes)
-rw-r--r--qt/qte232-for-qpe150-style.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/qt/qte232-for-qpe150-style.patch b/qt/qte232-for-qpe150-style.patch
deleted file mode 100644
index 8069ff4..0000000
--- a/qt/qte232-for-qpe150-style.patch
+++ b/dev/null
@@ -1,11 +0,0 @@
1 --- src/widgets/qcommonstyle.cpp.origThu Jun 20 02:41:34 2002
2 +++ src/widgets/qcommonstyle.cppThu Jun 20 02:42:17 2002
3@@ -562,7 +562,7 @@
4 bool enabled, bool active )
5 {
6 #ifndef QT_NO_MENUBAR
7-#ifndef QT_NO_STYLE_SGI
8+#if 1 // #ifndef QT_NO_STYLE_SGI
9 if (draw_menu_bar_impl != 0) {
10 QDrawMenuBarItemImpl impl = draw_menu_bar_impl;
11 (this->*impl)(p, x, y, w, h, mi, g, enabled, active);