diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:56:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:56:31 -0600 |
commit | 3158f3b3844427ac312f4170e03521b68d1fcce7 (patch) | |
tree | ac0cc80e742541311c979c0f229d511f9e97f7a2 /wineconfig/firstrunwizard.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/firstrunwizard.py')
-rwxr-xr-x | wineconfig/firstrunwizard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wineconfig/firstrunwizard.py b/wineconfig/firstrunwizard.py index 2bd9943..7be88ae 100755 --- a/wineconfig/firstrunwizard.py +++ b/wineconfig/firstrunwizard.py @@ -19,7 +19,7 @@ from qt import * from tdecore import * from tdeui import * -from kfile import * +from tdefile import * from kio import * import os import sys |