diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:26:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:26:18 -0600 |
commit | 6a0fe9ceb979c5b21c952547127283bc3a9594c1 (patch) | |
tree | 128916dc5f43cc99ad858acc61bbd4463c9226fb | |
parent | 1aa54874cfcc571f8f9f4969843a2605593f0317 (diff) | |
download | qt4-tqt-theme-engine-6a0fe9ceb979c5b21c952547127283bc3a9594c1.tar.gz qt4-tqt-theme-engine-6a0fe9ceb979c5b21c952547127283bc3a9594c1.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
-rw-r--r-- | plugin/simplestyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/simplestyle.cpp b/plugin/simplestyle.cpp index 8c7e9fe..3b53eb8 100644 --- a/plugin/simplestyle.cpp +++ b/plugin/simplestyle.cpp @@ -634,7 +634,7 @@ QIcon Qt4TDEStyle::standardIconImplementation(StandardPixmap standardIcon, const } else if (retswitch == 3) { // 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 { // Tell Qt4 to get the information |