Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4

r14.0.x
Timothy Pearson 11 years ago
parent 1aa54874cf
commit 6a0fe9ceb9

@ -634,7 +634,7 @@ QIcon Qt4TDEStyle::standardIconImplementation(StandardPixmap standardIcon, const
} }
else if (retswitch == 3) { else if (retswitch == 3) {
// convert string to icon // convert string to icon
reticon = QIcon(convertTQt3ToQt4String(KGlobal::iconLoader()->iconPath(iconLookupName, KIcon::Desktop, true))); reticon = QIcon(convertTQt3ToQt4String(TDEGlobal::iconLoader()->iconPath(iconLookupName, KIcon::Desktop, true)));
} }
else { else {
// Tell Qt4 to get the information // Tell Qt4 to get the information

Loading…
Cancel
Save