summaryrefslogtreecommitdiffstats
path: root/examples/example_dcopexport.py
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-22 20:03:49 -0600
committerTimothy Pearson <[email protected]>2013-01-22 20:03:49 -0600
commit387a27b62f25387e42a850739ced151d64a2e760 (patch)
treebbba39b506feb102175f10aa296b201a5a4557f5 /examples/example_dcopexport.py
parent3d1fa8562bf693237a1a76918b4487cca3e2e356 (diff)
downloadpytde-387a27b62f25387e42a850739ced151d64a2e760.tar.gz
pytde-387a27b62f25387e42a850739ced151d64a2e760.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'examples/example_dcopexport.py')
-rw-r--r--examples/example_dcopexport.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/example_dcopexport.py b/examples/example_dcopexport.py
index 6c9efdb..2e7a504 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 tdecore import TDEApplication, TDECmdLineArgs, KAboutData
+from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData
from dcopexport import DCOPExObj
from qt import TQString, TQStringList
@@ -102,8 +102,8 @@ class DeadParrotObject (DCOPExObj):
description = "A basic application template"
version = "1.0"
-aboutData = KAboutData ("testdcopexport", "petshop",\
- version, description, KAboutData.License_GPL,\
+aboutData = TDEAboutData ("testdcopexport", "petshop",\
+ version, description, TDEAboutData.License_GPL,\
"(C) 2003 whoever the author is")
aboutData.addAuthor ("author1", "whatever they did", "email@somedomain")