diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:00 -0600 |
commit | 2d84c9d3ad0aaea0620658024537d54e6a7939f4 (patch) | |
tree | 35675532f42e78dbfcd56c6b344e1f0e79013a2e /smoke/kde/generate.pl.in | |
parent | 980972d200e109a643e5a10037d7f9fcf02382ed (diff) | |
download | tdebindings-2d84c9d3ad0aaea0620658024537d54e6a7939f4.tar.gz tdebindings-2d84c9d3ad0aaea0620658024537d54e6a7939f4.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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/smoke/kde/generate.pl.in b/smoke/kde/generate.pl.in index 3aa180da..6365c739 100644 --- a/smoke/kde/generate.pl.in +++ b/smoke/kde/generate.pl.in @@ -97,7 +97,7 @@ my %kdeexcludes = ( 'kdirnotify_stub.h' => 1, # These headers currently give problems - 'kscreensaver.h' => 1, + 'tdescreensaver.h' => 1, 'kdirnotify_stub.h' => 1, 'kio/uiserver_stub.h' => 1, 'kio/uiserver.h' => 1, @@ -106,8 +106,8 @@ my %kdeexcludes = ( 'kio/thumbcreator.h' => 1, 'kio/file.h' => 1, 'kio/chmodjob.h' => 1, - 'kparts/genericfactory.h' => 1, - 'kparts/pluginselectormodule.h' => 1, + 'tdeparts/genericfactory.h' => 1, + 'tdeparts/pluginselectormodule.h' => 1, 'kopenssl.h' => 1, 'kautomount.h' => 1, 'kimagefilepreview.h' => 1, |