diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 10:48:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 10:48:01 -0600 |
commit | a92c024e16f13fbec45062106c24dfcb40028352 (patch) | |
tree | 04eb4b56660ae3f78eddb0c89f38396c5cd132ad | |
parent | 7b0f375fe0b018a26b1a82c9bcb7c42f42b03e57 (diff) | |
download | pytdeextensions-a92c024e16f13fbec45062106c24dfcb40028352.tar.gz pytdeextensions-a92c024e16f13fbec45062106c24dfcb40028352.zip |
Rename KLock and KTrader to avoid conflicts with KDE4
-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 |