summaryrefslogtreecommitdiffstats
path: root/wineconfig/firstrunwizard.py
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-09-29 02:35:59 +0200
committerSlávek Banko <[email protected]>2016-09-29 02:35:59 +0200
commita7b3f0dc2315c54f38220595472ccbc79d5f317c (patch)
tree0b4199d5897379161ee88baabb1cf61ab26eb02b /wineconfig/firstrunwizard.py
parentbcb3878e5f9777c1f914733a54d2ea10f632d803 (diff)
downloadtde-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-xwineconfig/firstrunwizard.py2
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 *