Changeset 2646

Show
Ignore:
Timestamp:
11/08/16 03:40:09 (7 years ago)
Author:
jwoithe
Message:

presonus_fp10: QWidget is already imported, so eliminate the QtGui? suffix when referring to QWidget in the mixer python body. Note that the reference to 'presonus_fp10' in r2645 should have been 'presonus_inspire1394'.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/support/mixer-qt4/ffado/mixer/presonus_fp10.py

    r2488 r2646  
    2727from ffado.config import * 
    2828 
    29 class Presonus_FP10(QtGui.QWidget): 
     29class Presonus_FP10(QWidget): 
    3030    outputs = [["Analog Out 1/2", 1], 
    3131               ["Analog Out 3/4", 2], 
     
    3434 
    3535    def __init__(self, parent=None): 
    36         QtGui.QWidget.__init__(self, parent) 
     36        QWidget.__init__(self, parent) 
    3737 
    3838    def getDisplayTitle(self):