diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:56:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:56:31 -0600 |
commit | 3158f3b3844427ac312f4170e03521b68d1fcce7 (patch) | |
tree | ac0cc80e742541311c979c0f229d511f9e97f7a2 /wineconfig/wineconfig.py | |
parent | 287b394385e1878d1d146e7f07d5cae766bfc323 (diff) | |
download | tde-guidance-3158f3b3844427ac312f4170e03521b68d1fcce7.tar.gz tde-guidance-3158f3b3844427ac312f4170e03521b68d1fcce7.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'wineconfig/wineconfig.py')
-rwxr-xr-x | wineconfig/wineconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wineconfig/wineconfig.py b/wineconfig/wineconfig.py index 1b6f5ef..ca4719e 100755 --- a/wineconfig/wineconfig.py +++ b/wineconfig/wineconfig.py @@ -19,7 +19,7 @@ from qt import * from tdecore import * from tdeui import * -from kfile import * +from tdefile import * from kio import * #import string #import math |