diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:17:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:17:29 -0600 |
commit | 9dea9bbfaa7a09a9bd01bb40750d7a5f5b3600f8 (patch) | |
tree | 84a51a95f768711c288a5d47db27c4eab7ac0937 /sip/tdecore/tdeaccelaction.sip | |
parent | 2d00595867197e5b5563d85e871a59a77a23f70f (diff) | |
download | pytde-9dea9bbfaa7a09a9bd01bb40750d7a5f5b3600f8.tar.gz pytde-9dea9bbfaa7a09a9bd01bb40750d7a5f5b3600f8.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'sip/tdecore/tdeaccelaction.sip')
-rw-r--r-- | sip/tdecore/tdeaccelaction.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/tdecore/tdeaccelaction.sip b/sip/tdecore/tdeaccelaction.sip index 22e14ed..dff7dc4 100644 --- a/sip/tdecore/tdeaccelaction.sip +++ b/sip/tdecore/tdeaccelaction.sip @@ -27,7 +27,7 @@ class TDEAccelAction { %TypeHeaderCode -#include <kaccelaction.h> +#include <tdeaccelaction.h> %End @@ -76,7 +76,7 @@ protected: class TDEAccelActions { %TypeHeaderCode -#include <kaccelaction.h> +#include <tdeaccelaction.h> %End |