summaryrefslogtreecommitdiffstats
path: root/examples/example_dcopexport.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_dcopexport.py')
-rw-r--r--examples/example_dcopexport.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/example_dcopexport.py b/examples/example_dcopexport.py
index d9436fc..faec09a 100644
--- a/examples/example_dcopexport.py
+++ b/examples/example_dcopexport.py
@@ -34,7 +34,7 @@ copyright holder.
# which was written by Torben Weis and Julian Rockey
import sys
-from PyTQt.qt import TQString, TQStringList
+from PyTQt.tqt import TQString, TQStringList
from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData
from dcopexport import DCOPExObj
@@ -94,11 +94,11 @@ class DeadParrotObject (DCOPExObj):
"a stiff", "bereft of life", "rests in peace", "metabolic processes are now history",
"off the twig", "kicked the bucket", "shuffled off his mortal coil",
"run down his curtain", "joined the bleedin' choir invisible", "THIS IS AN EX-PARROT"]
- qadjList = TQStringList ()
+ tqadjList = TQStringList ()
for adj in adjList:
- qadjList.append (adj)
+ tqadjList.append (adj)
- return qadjList
+ return tqadjList
description = b"DCOP server template"