diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 22:23:44 -0600 | 
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 22:23:44 -0600 | 
| commit | 203ba231d0276943aae36111f9ec1e949f3c6a4c (patch) | |
| tree | f039f7a5b5fc2da88a96876971bac580d87f6788 /examples/example_dcopext.py | |
| parent | fd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff) | |
| download | pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip | |
Initial TQt conversion
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 c68cd35..a099904 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 KApplication, KCmdLineArgs, KAboutData -from qt import QString, QCString +from qt import TQString, TQCString | 
