Update after renaming qt => tqt in PyTQt module.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/36/head
Slávek Banko 1 year ago
parent 9be5499101
commit 9aeb41f666
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -22,7 +22,7 @@ import threading
from os import *
try:
from PyTQt.qt import *
from PyTQt.tqt import *
except:
popen( "kdialog --sorry 'PyTQt (TQt bindings for Python) is required for this script.'" )
raise

@ -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

@ -1,7 +1,7 @@
#!/usr/bin/env python
############################################################################
# Python-Qt template script for Amarok
# Python-TQt template script for Amarok
# (c) 2005 Mark Kretschmann <markey@web.de>
#
# Depends on: Python 3, PyTQt
@ -22,7 +22,7 @@ import signal
from time import sleep
try:
from PyTQt.qt import *
from PyTQt.tqt import *
except:
os.popen( "kdialog --sorry 'PyTQt (TQt bindings for Python) is required for this script.'" )
raise
@ -32,7 +32,7 @@ except:
debug_prefix = "[Test Script]"
class ConfigDialog( QDialog ):
class ConfigDialog( TQDialog ):
""" Configuration widget """
def __init__( self ):

@ -40,7 +40,7 @@ import time
import string
try:
from PyTQt.qt import *
from PyTQt.tqt import *
except:
os.popen( "kdialog --sorry 'PyTQt (TQt bindings for Python) is required for this script.'" )
raise

Loading…
Cancel
Save