From 9950392af60b1672bd69498b5eaa5f86636acee7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 4 Dec 2011 18:29:27 -0600 Subject: Part 1 of 2 rename pykde to pytde --- lib/kross/python/scripts/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/kross/python/scripts/gui.py') 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: -- cgit v1.2.3