summaryrefslogtreecommitdiffstats
path: root/amarok/src/scripts/amarok_live/amarok_live.py
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/scripts/amarok_live/amarok_live.py')
-rwxr-xr-xamarok/src/scripts/amarok_live/amarok_live.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/scripts/amarok_live/amarok_live.py b/amarok/src/scripts/amarok_live/amarok_live.py
index cf731369..0a4b58cd 100755
--- a/amarok/src/scripts/amarok_live/amarok_live.py
+++ b/amarok/src/scripts/amarok_live/amarok_live.py
@@ -2,7 +2,7 @@
############################################################################
# Python wrapper script for running the Amarok LiveCD remastering scripts
-# from within Amarok. Based on the Python-Qt template script for Amarok
+# from within Amarok. Based on the Python-TQt template script for Amarok
# (c) 2005 Mark Kretschmann <markey@web.de>
#
# (c) 2005 Leo Franchi <lfranchi@gmail.com>
@@ -25,7 +25,7 @@ import signal
from time import sleep
try:
- from TQt.qt import *
+ from TQt.tqt import *
except:
os.popen( "kdialog --sorry 'PyTQt (TQt bindings for Python) is required for this script.'" )
raise