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 * from os import *
try: try:
from PyTQt.qt import * from PyTQt.tqt import *
except: except:
popen( "kdialog --sorry 'PyTQt (TQt bindings for Python) is required for this script.'" ) popen( "kdialog --sorry 'PyTQt (TQt bindings for Python) is required for this script.'" )
raise raise

@ -2,7 +2,7 @@
############################################################################ ############################################################################
# Python wrapper script for running the Amarok LiveCD remastering scripts # 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 Mark Kretschmann <markey@web.de>
# #
# (c) 2005 Leo Franchi <lfranchi@gmail.com> # (c) 2005 Leo Franchi <lfranchi@gmail.com>
@ -25,7 +25,7 @@ import signal
from time import sleep from time import sleep
try: try:
from TQt.qt import * from TQt.tqt import *
except: except:
os.popen( "kdialog --sorry 'PyTQt (TQt bindings for Python) is required for this script.'" ) os.popen( "kdialog --sorry 'PyTQt (TQt bindings for Python) is required for this script.'" )
raise raise

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

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

Loading…
Cancel
Save