From 038b18b2df1da40baab30d62171766048a948095 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 00:54:22 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- lib/kross/python/scripts/gui.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/kross/python') diff --git a/lib/kross/python/scripts/gui.py b/lib/kross/python/scripts/gui.py index 9b8e0f8c..eda671cc 100755 --- a/lib/kross/python/scripts/gui.py +++ b/lib/kross/python/scripts/gui.py @@ -289,10 +289,10 @@ class QtDialog: filename = None try: - print "QtDialog.FileChooser.browseButtonClicked() kfile.KFileDialog" - # try to use the kfile module included in pytde - import kfile - filename = kfile.KFileDialog.getOpenFileName(self.initialfile, filtermask, self, "Save to file") + print "QtDialog.FileChooser.browseButtonClicked() tdefile.KFileDialog" + # try to use the tdefile module included in pytde + import tdefile + filename = tdefile.KFileDialog.getOpenFileName(self.initialfile, filtermask, self, "Save to file") except: print "QtDialog.FileChooser.browseButtonClicked() qt.QFileDialog" # fallback to Qt filedialog -- cgit v1.2.1