summaryrefslogtreecommitdiffstats
path: root/examples/pytde-sampler/dialogs/about/__init__.py
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-09-28 03:03:35 +0200
committerSlávek Banko <[email protected]>2016-09-28 03:03:47 +0200
commitf0143f408543569757ebf8f671e1012e16c575ae (patch)
tree0f446c1ec7fbe81ac96bc7b1e1b3702fe8403c67 /examples/pytde-sampler/dialogs/about/__init__.py
parent5bf80aeba9a1e9b9b91f3108c1a8d51bf378c4f0 (diff)
downloadpytde-f0143f408543569757ebf8f671e1012e16c575ae.tar.gz
pytde-f0143f408543569757ebf8f671e1012e16c575ae.zip
Properly import python_tqt module - second partr14.0.4
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit b7a62620df1c214340b86735a73d4c3b3b834565)
Diffstat (limited to 'examples/pytde-sampler/dialogs/about/__init__.py')
-rw-r--r--examples/pytde-sampler/dialogs/about/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pytde-sampler/dialogs/about/__init__.py b/examples/pytde-sampler/dialogs/about/__init__.py
index ea1ad17..4cc0bc9 100644
--- a/examples/pytde-sampler/dialogs/about/__init__.py
+++ b/examples/pytde-sampler/dialogs/about/__init__.py
@@ -5,7 +5,7 @@ helpText = ("KDE has multiple dialog types to display information about your "
"applicaiton and environment. They provide a tremendous amount of functionality "
"and consistency. They're easy to use, and they're good for the environment!")
-from qt import TQFrame, TQVBoxLayout
+from python_tqt.qt import TQFrame, TQVBoxLayout
from tdeui import KTextEdit
class MainFrame(TQFrame):