Branch: master

48f56c43 2014-10-03 12:38:54 Timothy Pearson
Automated update from Qt3
M src/styles/qcommonstyle.cpp
diff --git a/src/styles/qcommonstyle.cpp b/src/styles/qcommonstyle.cpp
index 5cb1699..43e659b 100644
--- a/src/styles/qcommonstyle.cpp
+++ b/src/styles/qcommonstyle.cpp
@@ -404,6 +404,9 @@
 					if (iconSet) {
 						ceData.iconSet = *iconSet;
 					}
+					else {
+						ceData.iconSet = TQIconSet();
+					}
 					if (fgPixmap) {
 						ceData.fgPixmap = *fgPixmap;
 					}
@@ -538,6 +541,9 @@
 					if (iconSet) {
 						ceData.iconSet = *iconSet;
 					}
+					else {
+						ceData.iconSet = TQIconSet();
+					}
 				}
 			}
 			// Complex Controls