Part 1 of 2 rename pykde to pytde

pull/1/head
Timothy Pearson 13 years ago
parent f88f3a5d3b
commit 9950392af6

@ -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.

@ -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:

@ -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:

Loading…
Cancel
Save