diff options
Diffstat (limited to 'wineconfig')
-rwxr-xr-x | wineconfig/firstrunwizard.py | 2 | ||||
-rw-r--r-- | wineconfig/wineconfig.desktop | 2 | ||||
-rwxr-xr-x | wineconfig/wineconfig.py | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/wineconfig/wineconfig.desktop b/wineconfig/wineconfig.desktop index 32a5eb7..9a405c8 100644 --- a/wineconfig/wineconfig.desktop +++ b/wineconfig/wineconfig.desktop @@ -14,7 +14,7 @@ Comment[sr@Latn]=Wine podešavanja Comment[sv]=Inställning av Wine Comment[xx]=xxWine Configurationxx Encoding=UTF-8 -Exec=kcmshell System/wineconfig +Exec=tdecmshell System/wineconfig GenericName=Wine Configuration Editor GenericName[el]=Επεξεργαστής ρυθμίσεων του Wine GenericName[es]=Editor de la configuración de wine 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 |