diff options
Diffstat (limited to 'mountconfig/SimpleCommandRunner.py')
-rw-r--r-- | mountconfig/SimpleCommandRunner.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mountconfig/SimpleCommandRunner.py b/mountconfig/SimpleCommandRunner.py index 08feb97..300310e 100644 --- a/mountconfig/SimpleCommandRunner.py +++ b/mountconfig/SimpleCommandRunner.py @@ -21,10 +21,10 @@ debug = False #debug = True -class SimpleCommandRunner(QObject): +class SimpleCommandRunner(TQObject): ######################################################################## def __init__(self): - QObject.__init__(self) + TQObject.__init__(self) ######################################################################## def run(self,cmdlist,STDOUT_only=False): |