From 138f1893d0aa1fa54f9fd55674a5fc8e24aa07b5 Mon Sep 17 00:00:00 2001 From: Francois Andriot Date: Tue, 23 Sep 2014 18:28:49 -0500 Subject: Convert mountconfig module to TQt3 This relates to Bug 2261 --- mountconfig/SimpleCommandRunner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mountconfig/SimpleCommandRunner.py') 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): -- cgit v1.2.1