diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 01:02:53 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 01:02:53 -0600 |
commit | 545706afdcf29b8f584e78275452cca715e284db (patch) | |
tree | fdbfaa34f2d633372ba4ab3e46d22cf10f38b40b /smoke/kde/generate.pl.in | |
parent | 9d4971a2ffb5be9c6fc1b6d6bc74020c37fb2169 (diff) | |
download | tdebindings-545706afdcf29b8f584e78275452cca715e284db.tar.gz tdebindings-545706afdcf29b8f584e78275452cca715e284db.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'smoke/kde/generate.pl.in')
-rw-r--r-- | smoke/kde/generate.pl.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/smoke/kde/generate.pl.in b/smoke/kde/generate.pl.in index 6365c739..1dfd3fd5 100644 --- a/smoke/kde/generate.pl.in +++ b/smoke/kde/generate.pl.in @@ -99,13 +99,13 @@ my %kdeexcludes = ( # These headers currently give problems 'tdescreensaver.h' => 1, 'kdirnotify_stub.h' => 1, - 'kio/uiserver_stub.h' => 1, - 'kio/uiserver.h' => 1, - 'kio/tdesasl.h' => 1, - 'kio/kpac.h' => 1, - 'kio/thumbcreator.h' => 1, - 'kio/file.h' => 1, - 'kio/chmodjob.h' => 1, + 'tdeio/uiserver_stub.h' => 1, + 'tdeio/uiserver.h' => 1, + 'tdeio/tdesasl.h' => 1, + 'tdeio/kpac.h' => 1, + 'tdeio/thumbcreator.h' => 1, + 'tdeio/file.h' => 1, + 'tdeio/chmodjob.h' => 1, 'tdeparts/genericfactory.h' => 1, 'tdeparts/pluginselectormodule.h' => 1, 'kopenssl.h' => 1, |