From 9950392af60b1672bd69498b5eaa5f86636acee7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 4 Dec 2011 18:29:27 -0600 Subject: [PATCH] Part 1 of 2 rename pykde to pytde --- lib/kformula/prototype/README | 2 +- lib/kross/python/scripts/gui.py | 2 +- lib/kross/test/testgui.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/kformula/prototype/README b/lib/kformula/prototype/README index c4cf4486b..7f5f326a0 100644 --- a/lib/kformula/prototype/README +++ b/lib/kformula/prototype/README @@ -2,7 +2,7 @@ A small prototype of the kformula engine. Needs: python2.0 (http://www.python.org) -PyQt2.2 (http://www.thekompany.com/projects/pykde/) +PyQt2.2 (http://www.thekompany.com/projects/pytde/) Please see file ../DESIGN for details. Any feedback is welcome. diff --git a/lib/kross/python/scripts/gui.py b/lib/kross/python/scripts/gui.py index 9dc8a7999..7461447a5 100755 --- a/lib/kross/python/scripts/gui.py +++ b/lib/kross/python/scripts/gui.py @@ -290,7 +290,7 @@ class QtDialog: filename = None try: print "QtDialog.FileChooser.browseButtonClicked() kfile.KFileDialog" - # try to use the kfile module included in pykde + # try to use the kfile module included in pytde import kfile filename = kfile.KFileDialog.getOpenFileName(self.initialfile, filtermask, self, "Save to file") except: diff --git a/lib/kross/test/testgui.py b/lib/kross/test/testgui.py index 985520443..6a629c66e 100644 --- a/lib/kross/test/testgui.py +++ b/lib/kross/test/testgui.py @@ -75,7 +75,7 @@ class QtTest: def browseButtonClicked(self): filename = None try: - # try to use the kfile module included in pykde + # try to use the kfile module included in pytde import kfile filename = kfile.KFileDialog.getOpenFileName(self.defaultfilename, "*.html", self, "Save to file") except: