diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:53:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:53:00 -0600 |
commit | 5ff32d08eb8398b35a662a47c7549a7b7b30cc79 (patch) | |
tree | 803e80294561bdf83ff2d6a62552088be21e4cee /kgtk-wrapper | |
parent | 71758384409b16b8a91b2314615e13a058ed7ec5 (diff) | |
download | kgtk-qt3-5ff32d08eb8398b35a662a47c7549a7b7b30cc79.tar.gz kgtk-qt3-5ff32d08eb8398b35a662a47c7549a7b7b30cc79.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kgtk-wrapper')
-rwxr-xr-x | kgtk-wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kgtk-wrapper b/kgtk-wrapper index a46c646..5420e19 100755 --- a/kgtk-wrapper +++ b/kgtk-wrapper @@ -72,7 +72,7 @@ if [ "$toolkit" = "" ] && [ ! -z "$realApp" ] ; then fi if [ "$toolkit" = "qt3" ] || [ "$toolkit" = "qt4" ] ; then - if [ "0" != "`echo $libs | grep libkio | wc -l`" ] ; then + if [ "0" != "`echo $libs | grep libtdeio | wc -l`" ] ; then toolkit="" fi fi |