summaryrefslogtreecommitdiffstats
path: root/lib/kross/python/scripts/gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kross/python/scripts/gui.py')
-rwxr-xr-xlib/kross/python/scripts/gui.py2
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: