Rename a number of libraries and executables to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent cfd4d70fae
commit 141b201164

@ -19,8 +19,8 @@ from qt import *
from tdecore import *
from tdeui import *
from kio import *
from khtml import *
from kparts import *
from tdehtml import *
from tdeparts import *
#from kdeappiface import *
class KdeAppView(QWidget):

@ -2045,7 +2045,7 @@ class CheckPyTDE(Command):
self.announce("Checking for a working PyTDE...")
# Try to import modules one by one.
for k_module in ('dcop', 'tdecore', 'tdeui', 'kio', 'kfile', 'kparts', 'khtml', 'kspell'):
for k_module in ('dcop', 'tdecore', 'tdeui', 'kio', 'kfile', 'tdeparts', 'tdehtml', 'tdespell'):
self.announce(k_module)
try:
exec('import ' + k_module)

Loading…
Cancel
Save