aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/defconQt/featureTextEditor.py (renamed from Lib/defconQt/syntaxhighlighter.py)0
-rw-r--r--Lib/defconQt/fontView.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/Lib/defconQt/syntaxhighlighter.py b/Lib/defconQt/featureTextEditor.py
index 698bfdd..698bfdd 100644
--- a/Lib/defconQt/syntaxhighlighter.py
+++ b/Lib/defconQt/featureTextEditor.py
diff --git a/Lib/defconQt/fontView.py b/Lib/defconQt/fontView.py
index beb86d6..3483ec0 100644
--- a/Lib/defconQt/fontView.py
+++ b/Lib/defconQt/fontView.py
@@ -406,7 +406,7 @@ class MainWindow(QMainWindow):
def fontFeatures(self):
# TODO: see up here
- from syntaxHighlighter import MainEditWindow
+ from featureTextEditor import MainEditWindow
if not (hasattr(self, 'fontFeaturesWindow') and self.fontFeaturesWindow.isVisible()):
self.fontFeaturesWindow = MainEditWindow(self.font, self)
self.fontFeaturesWindow.show()