Automated update from Qt3

pull/1/head
Timothy Pearson 10 years ago
parent d9d3dd456a
commit 48f56c4352

@ -404,6 +404,9 @@ const TQStyleControlElementData &populateControlElementDataFromWidget(const TQWi
if (iconSet) { if (iconSet) {
ceData.iconSet = *iconSet; ceData.iconSet = *iconSet;
} }
else {
ceData.iconSet = TQIconSet();
}
if (fgPixmap) { if (fgPixmap) {
ceData.fgPixmap = *fgPixmap; ceData.fgPixmap = *fgPixmap;
} }
@ -538,6 +541,9 @@ const TQStyleControlElementData &populateControlElementDataFromWidget(const TQWi
if (iconSet) { if (iconSet) {
ceData.iconSet = *iconSet; ceData.iconSet = *iconSet;
} }
else {
ceData.iconSet = TQIconSet();
}
} }
} }
// Complex Controls // Complex Controls

Loading…
Cancel
Save