diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:05:23 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:05:23 -0600 |
| commit | 6677c2f8c66333c3951e8830f8760065c7a29074 (patch) | |
| tree | e45d51b044ce8575210fca1584852fbbe4742316 /examples/example_dcopexport.py | |
| parent | 1d7616d07ef6f1e6c8131a861ddff208557825e3 (diff) | |
| download | pytde-6677c2f8c66333c3951e8830f8760065c7a29074.tar.gz pytde-6677c2f8c66333c3951e8830f8760065c7a29074.zip | |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'examples/example_dcopexport.py')
| -rw-r--r-- | examples/example_dcopexport.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example_dcopexport.py b/examples/example_dcopexport.py index 70b4e9c..1df6318 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 KApplication, KCmdLineArgs, KAboutData +from tdecore import TDEApplication, KCmdLineArgs, KAboutData from dcopexport import DCOPExObj from qt import TQString, TQStringList @@ -113,7 +113,7 @@ KCmdLineArgs.init (sys.argv, aboutData) KCmdLineArgs.addCmdLineOptions ([("+files", "File to open")]) -app = KApplication () +app = TDEApplication () dcop = app.dcopClient () appid = dcop.registerAs('petshop') print "DCOP Application: %s starting" % appid |
