From 36302a49b8014e97616cb9d4c9f9d8587235f11d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:23:28 -0600 Subject: Additional kde to tde renaming --- wineconfig/wineconfig.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'wineconfig/wineconfig.py') diff --git a/wineconfig/wineconfig.py b/wineconfig/wineconfig.py index d4c39ac..f662915 100755 --- a/wineconfig/wineconfig.py +++ b/wineconfig/wineconfig.py @@ -17,8 +17,8 @@ ########################################################################### from qt import * -from kdecore import * -from kdeui import * +from tdecore import * +from tdeui import * from kfile import * from kio import * #import string @@ -284,14 +284,14 @@ class WineConfigApp(programbase): def InstallWine(self): """ Allows the user to enable the proper repositories and install wine. - Currently Kubuntu specific, requires kdesudo, adept_batch + Currently Kubuntu specific, requires tdesudo, adept_batch and software-properties-kde """ if not isroot: - if os.system("kdesudo \"software-properties-kde --enable-component universe\""): + if os.system("tdesudo \"software-properties-kde --enable-component universe\""): KMessageBox.error(self, i18n("There was a problem running " + \ "software-properties-kde. Make sure " + \ "software-properties-kde is installed.")) - elif os.system("kdesudo \"adept_batch install wine\""): + elif os.system("tdesudo \"adept_batch install wine\""): KMessageBox.error(self, i18n("There was a problem running " + \ "adept_batch. Make sure " + \ "Adept is installed.")) -- cgit v1.2.1