diff options
author | Francois Andriot <[email protected]> | 2014-09-23 18:28:49 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-09-23 18:28:49 -0500 |
commit | 138f1893d0aa1fa54f9fd55674a5fc8e24aa07b5 (patch) | |
tree | ddedd4611a10dbf3475cdaf6a1ae21b24b3dfff1 /mountconfig/SimpleCommandRunner.py | |
parent | 499a99b5822f3e219b9817b4bed1e7737e1c31db (diff) | |
download | tde-guidance-138f1893d0aa1fa54f9fd55674a5fc8e24aa07b5.tar.gz tde-guidance-138f1893d0aa1fa54f9fd55674a5fc8e24aa07b5.zip |
Convert mountconfig module to TQt3
This relates to Bug 2261
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): |