Rename KLock and KTrader to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 7b0f375fe0
commit a92c024e16

@ -49,7 +49,7 @@ class KdeAppView(QWidget):
# string 'KParts/ReadOnlyPart' must be found in the ServiceTypes
# field. with this, only components of the type we want will be
# returned.
offers = KTrader.self().query("text/html", "'KParts/ReadOnlyPart' in ServiceTypes")
offers = TDETrader.self().query("text/html", "'KParts/ReadOnlyPart' in ServiceTypes")
self._html = None
# in theory, we only care about the first one.. but let's try all

Loading…
Cancel
Save