Bring printer1 icon into XDG compliance

pull/1/head
Timothy Pearson 9 years ago
parent 1aab22d8c2
commit 3295eb34dd

@ -283,7 +283,7 @@ void ConfigDialog::setupPrintingPage() {
TQPixmap pix; TQPixmap pix;
TDEIconLoader* loader = TDEGlobal::iconLoader(); TDEIconLoader* loader = TDEGlobal::iconLoader();
if(loader) { if(loader) {
pix = loader->loadIcon(TQString::fromLatin1("printer1"), TDEIcon::Desktop, TDEIcon::SizeMedium, pix = loader->loadIcon(TQString::fromLatin1("printer"), TDEIcon::Desktop, TDEIcon::SizeMedium,
TDEIcon::DefaultState, 0, true /*canReturnNull */); TDEIcon::DefaultState, 0, true /*canReturnNull */);
if(pix.isNull()) { if(pix.isNull()) {
pix = loader->loadIcon(TQString::fromLatin1("printer2"), TDEIcon::Desktop, TDEIcon::SizeMedium, pix = loader->loadIcon(TQString::fromLatin1("printer2"), TDEIcon::Desktop, TDEIcon::SizeMedium,

Loading…
Cancel
Save