diff options
author | Timothy Pearson <[email protected]> | 2014-09-23 19:40:50 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-09-23 19:40:50 -0500 |
commit | d28ae74d212baba2c12bbb61c43a4bf348cd0153 (patch) | |
tree | 455d1bb252fc2dc6742f9a2d3afc94fbb1ffb122 /userconfig | |
parent | 138f1893d0aa1fa54f9fd55674a5fc8e24aa07b5 (diff) | |
download | tde-guidance-d28ae74d212baba2c12bbb61c43a4bf348cd0153.tar.gz tde-guidance-d28ae74d212baba2c12bbb61c43a4bf348cd0153.zip |
Convert remaining modules to TQt3
This relates to Bug 1995
Diffstat (limited to 'userconfig')
-rwxr-xr-x | userconfig/userconfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/userconfig/userconfig.py b/userconfig/userconfig.py index 527a9e7..3671acc 100755 --- a/userconfig/userconfig.py +++ b/userconfig/userconfig.py @@ -29,6 +29,7 @@ for m_path in sys.path: tqt_modules.insert(0, m_pyqt_dir) for m_path in tqt_modules: sys.path.insert(0, m_path) + from qt import * from tdeui import * from tdecore import * |