summaryrefslogtreecommitdiff
path: root/qt/qte232-for-qpe150-unpolish.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-unpolish.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-unpolish.patch') (more/less context) (ignore whitespace changes)
-rw-r--r--qt/qte232-for-qpe150-unpolish.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/qt/qte232-for-qpe150-unpolish.patch b/qt/qte232-for-qpe150-unpolish.patch
deleted file mode 100644
index bd10a66..0000000
--- a/qt/qte232-for-qpe150-unpolish.patch
+++ b/dev/null
@@ -1,23 +0,0 @@
1 --- src/kernel/qapplication.cpp.origSun Jul 21 21:26:30 2002
2 +++ src/kernel/qapplication.cppSun Jul 21 21:41:32 2002
3@@ -930,10 +930,10 @@
4 void QApplication::setStyle( QStyle *style )
5 {
6 QStyle* old = app_style;
7- app_style = style;
8
9 if ( startingUp() ) {
10 delete old;
11 +app_style = style;
12 return;
13 }
14
15@@ -954,6 +954,8 @@
16 old->unPolish( qApp );
17 }
18
19+ app_style = style;
20+
21 // take care of possible palette requirements of certain gui
22 // styles. Do it before polishing the application since the style
23 // might call QApplication::setStyle() itself