diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:23:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:23:28 -0600 |
commit | 36302a49b8014e97616cb9d4c9f9d8587235f11d (patch) | |
tree | 3405d501624df0b659a21a4807987a8ca66d1a99 /mountconfig/fuser.py | |
parent | 3c9bf533ff617029f3102d9d8ac4801789ddf0b9 (diff) | |
download | tde-guidance-36302a49b8014e97616cb9d4c9f9d8587235f11d.tar.gz tde-guidance-36302a49b8014e97616cb9d4c9f9d8587235f11d.zip |
Additional kde to tde renaming
Diffstat (limited to 'mountconfig/fuser.py')
-rw-r--r-- | mountconfig/fuser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mountconfig/fuser.py b/mountconfig/fuser.py index d898b37..4e7f511 100644 --- a/mountconfig/fuser.py +++ b/mountconfig/fuser.py @@ -23,7 +23,7 @@ TODO: import sys import os from qt import * -from kdeui import * +from tdeui import * #import kdedesigner from fuser_ui import * from SimpleCommandRunner import * |