diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:53:30 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:53:30 -0600 |
commit | d9e36c69f058bd1a0902170cb61919663ef9eeb7 (patch) | |
tree | b0231fa13758f581964dc1d09f4bba8dca801df9 /sip/tdefile | |
parent | 86ceedb1d3bcd82ee89197ba49d79abce7ba9d6a (diff) | |
download | pytde-d9e36c69f058bd1a0902170cb61919663ef9eeb7.tar.gz pytde-d9e36c69f058bd1a0902170cb61919663ef9eeb7.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'sip/tdefile')
-rw-r--r-- | sip/tdefile/kdiroperator.sip | 2 | ||||
-rw-r--r-- | sip/tdefile/tdefilemod.sip.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sip/tdefile/kdiroperator.sip b/sip/tdefile/kdiroperator.sip index 225a53d..88dde85 100644 --- a/sip/tdefile/kdiroperator.sip +++ b/sip/tdefile/kdiroperator.sip @@ -27,7 +27,7 @@ class KDirOperator : TQWidget { %TypeHeaderCode -#include <kdiroperator.h> +#include <tdediroperator.h> %End diff --git a/sip/tdefile/tdefilemod.sip.in b/sip/tdefile/tdefilemod.sip.in index 158dfbf..a07b0f3 100644 --- a/sip/tdefile/tdefilemod.sip.in +++ b/sip/tdefile/tdefilemod.sip.in @@ -37,7 +37,7 @@ %Import tdeiomod.sip %Include kcombiview.sip -%Include kdiroperator.sip +%Include tdediroperator.sip %Include kdirselectdialog.sip %Include kdirsize.sip %Include tdefile.sip |