diff options
Diffstat (limited to 'app_templates/kdeapp/src/kdeappview.py')
-rw-r--r-- | app_templates/kdeapp/src/kdeappview.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |