diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:01:06 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:01:06 -0600 |
commit | 3f33cbaf7f504224145c9b1a40bece736581dada (patch) | |
tree | a18cb7d9fc3f801a8a1bdf4abbbb45d79bab63e5 /mountconfig/fuser.py | |
parent | bd60bfd4282dc6eb92d846fef968863efac0f62e (diff) | |
download | tde-guidance-3f33cbaf7f504224145c9b1a40bece736581dada.tar.gz tde-guidance-3f33cbaf7f504224145c9b1a40bece736581dada.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
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 4e7f511..9bc54c9 100644 --- a/mountconfig/fuser.py +++ b/mountconfig/fuser.py @@ -289,7 +289,7 @@ if standalone: # print args.count() # ---------------------------------------------------------------------------- - kapp = KApplication() + kapp = TDEApplication() KGlobal.iconLoader().addAppDir("guidance") fuserapp = FUser(device) |