summaryrefslogtreecommitdiffstats
path: root/pytdeconfig.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'pytdeconfig.py.in')
-rw-r--r--pytdeconfig.py.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pytdeconfig.py.in b/pytdeconfig.py.in
index f04957d..3574e23 100644
--- a/pytdeconfig.py.in
+++ b/pytdeconfig.py.in
@@ -137,7 +137,7 @@ class KioModuleMakefile(KdeuiModuleMakefile):
KdeuiModuleMakefile.finalise(self)
class KfileModuleMakefile(KioModuleMakefile):
- """The Makefile class for modules that %Import kfile.
+ """The Makefile class for modules that %Import tdefile.
"""
def finalise(self):
"""Finalise the macros.
@@ -146,7 +146,7 @@ class KfileModuleMakefile(KioModuleMakefile):
# Note that we don't use self.extra_lib_dirs because we don't want
# it to be added to the rpath.
self.LIBDIR.append(self.config.pyqt_mod_dir)
- self.extra_libs.append(self.module_as_lib("kfile"))
+ self.extra_libs.append(self.module_as_lib("tdefile"))
KioModuleMakefile.finalise(self)