diff options
author | Slávek Banko <[email protected]> | 2016-09-29 02:35:59 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-09-29 02:35:59 +0200 |
commit | a7b3f0dc2315c54f38220595472ccbc79d5f317c (patch) | |
tree | 0b4199d5897379161ee88baabb1cf61ab26eb02b /wineconfig/firstrunwizard.py | |
parent | bcb3878e5f9777c1f914733a54d2ea10f632d803 (diff) | |
download | tde-guidance-a7b3f0dc2315c54f38220595472ccbc79d5f317c.tar.gz tde-guidance-a7b3f0dc2315c54f38220595472ccbc79d5f317c.zip |
Properly import python_tqt module
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'wineconfig/firstrunwizard.py')
-rwxr-xr-x | wineconfig/firstrunwizard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wineconfig/firstrunwizard.py b/wineconfig/firstrunwizard.py index 43891b3..da5977c 100755 --- a/wineconfig/firstrunwizard.py +++ b/wineconfig/firstrunwizard.py @@ -16,7 +16,7 @@ # # ########################################################################### -from qt import * +from python_tqt.qt import * from tdecore import * from tdeui import * from tdefile import * |