diff options
Diffstat (limited to 'lib/kross/python/scripts/gui.py')
-rwxr-xr-x | lib/kross/python/scripts/gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kross/python/scripts/gui.py b/lib/kross/python/scripts/gui.py index 9dc8a799..7461447a 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: |