From a92c024e16f13fbec45062106c24dfcb40028352 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 10:48:01 -0600 Subject: Rename KLock and KTrader to avoid conflicts with KDE4 --- app_templates/kdeapp/src/kdeappview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app_templates') diff --git a/app_templates/kdeapp/src/kdeappview.py b/app_templates/kdeapp/src/kdeappview.py index 6bfe4ef..bfb4d8b 100644 --- a/app_templates/kdeapp/src/kdeappview.py +++ b/app_templates/kdeapp/src/kdeappview.py @@ -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 -- cgit v1.2.1