diff options
Diffstat (limited to 'pytdeconfig.py.in')
-rw-r--r-- | pytdeconfig.py.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pytdeconfig.py.in b/pytdeconfig.py.in index 3574e23..8a871fc 100644 --- a/pytdeconfig.py.in +++ b/pytdeconfig.py.in @@ -123,7 +123,7 @@ class KdeuiModuleMakefile(KdefxModuleMakefile): KdefxModuleMakefile.finalise(self) class KioModuleMakefile(KdeuiModuleMakefile): - """The Makefile class for modules that %Import kio. + """The Makefile class for modules that %Import tdeio. """ def finalise(self): """Finalise the macros. @@ -132,7 +132,7 @@ class KioModuleMakefile(KdeuiModuleMakefile): # 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("kio")) + self.extra_libs.append(self.module_as_lib("tdeio")) KdeuiModuleMakefile.finalise(self) |