diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 01:54:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 01:54:26 -0600 |
commit | 8fa6239b59e0627e8bc840342fe50d026f532dcd (patch) | |
tree | ccb8dac7f416fd0749132a5adca2b340ac6accbd /examples/uimodules | |
parent | 2627136bb0f3c43fb2d0cb48838ea70425d17241 (diff) | |
download | pytde-8fa6239b59e0627e8bc840342fe50d026f532dcd.tar.gz pytde-8fa6239b59e0627e8bc840342fe50d026f532dcd.zip |
Rename TQXEmbed to correct QXEmbed
Diffstat (limited to 'examples/uimodules')
-rw-r--r-- | examples/uimodules/uimisc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/uimodules/uimisc.py b/examples/uimodules/uimisc.py index f296aac..436768a 100644 --- a/examples/uimodules/uimisc.py +++ b/examples/uimodules/uimisc.py @@ -230,7 +230,7 @@ def miscKSystemTray (parent): def miscKThemeBase (parent): parent.currentPageObj = PageNotImpl (parent) -def miscTQXEmbed (parent): +def miscQXEmbed (parent): parent.currentPageObj = PageNotImpl (parent) if __name__ == "__main__": |