diff options
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 939ed50..31815c5 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 python_tqt.qt import TQString, TQCString +from PyTQt.qt import TQString, TQCString | 
