diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2023-01-08 11:55:55 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2023-01-23 00:52:28 +0100 |
| commit | cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93 (patch) | |
| tree | 277dba53239d6367cf2946458757600caf6e82a5 /examples/example_dcopext.py | |
| parent | 79ced6fbbdda1158aef437760ee0455fb9a9016d (diff) | |
| download | pytde-cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93.tar.gz pytde-cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93.zip | |
Update after renaming qt => tqt in PyTQt module.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'examples/example_dcopext.py')
| -rw-r--r-- | examples/example_dcopext.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/example_dcopext.py b/examples/example_dcopext.py index d019780..96df963 100644 --- a/examples/example_dcopext.py +++ b/examples/example_dcopext.py @@ -28,15 +28,15 @@ copyright holder. """ import sys, time -from PyTQt.qt import TQString, TQCString +from PyTQt.tqt import TQString, TQCString import dcop import dcopext from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData def getAnyApplication (client, appName): - for qcstring_app in client.registeredApplications (): - app = str (qcstring_app) + for tqcstring_app in client.registeredApplications (): + app = str (tqcstring_app) if app == appName or app.startswith (appName + "-"): print(app) print() |
