diff options
Diffstat (limited to 'examples/example_dcopexport.py')
-rw-r--r-- | examples/example_dcopexport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_dcopexport.py b/examples/example_dcopexport.py index 2e7a504..6be121a 100644 --- a/examples/example_dcopexport.py +++ b/examples/example_dcopexport.py @@ -36,7 +36,7 @@ copyright holder. import sys from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData from dcopexport import DCOPExObj -from qt import TQString, TQStringList +from python_tqt.qt import TQString, TQStringList """ DCOPExObj provides all of the necessary machinery to DCOP-enable |