diff options
author | Slávek Banko <[email protected]> | 2016-09-28 03:03:35 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-09-28 03:03:47 +0200 |
commit | f0143f408543569757ebf8f671e1012e16c575ae (patch) | |
tree | 0f446c1ec7fbe81ac96bc7b1e1b3702fe8403c67 /examples/example_dcopext.py | |
parent | 5bf80aeba9a1e9b9b91f3108c1a8d51bf378c4f0 (diff) | |
download | pytde-f0143f408543569757ebf8f671e1012e16c575ae.tar.gz pytde-f0143f408543569757ebf8f671e1012e16c575ae.zip |
Properly import python_tqt module - second partr14.0.4
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit b7a62620df1c214340b86735a73d4c3b3b834565)
Diffstat (limited to 'examples/example_dcopext.py')
-rw-r--r-- | examples/example_dcopext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_dcopext.py b/examples/example_dcopext.py index 721df50..939ed50 100644 --- a/examples/example_dcopext.py +++ b/examples/example_dcopext.py @@ -31,7 +31,7 @@ import sys, time import dcop import dcopext from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData -from qt import TQString, TQCString +from python_tqt.qt import TQString, TQCString |