diff options
author | Timothy Pearson <[email protected]> | 2013-02-13 18:29:02 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-13 18:29:02 -0600 |
commit | 8b572dea67da88257802f26be6f2dccfa04d3cc5 (patch) | |
tree | 07a63c433a00881de8cba186c5d29c51a8bdbeae /pytdeconfig.py.in | |
parent | 7de8f4c89ba9a767d88e327b627b14e6a0f94c76 (diff) | |
download | pytde-8b572dea67da88257802f26be6f2dccfa04d3cc5.tar.gz pytde-8b572dea67da88257802f26be6f2dccfa04d3cc5.zip |
Rename additional kio references
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) |