diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:53:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:53:30 -0600 |
commit | d9e36c69f058bd1a0902170cb61919663ef9eeb7 (patch) | |
tree | b0231fa13758f581964dc1d09f4bba8dca801df9 /extra/kde301 | |
parent | 86ceedb1d3bcd82ee89197ba49d79abce7ba9d6a (diff) | |
download | pytde-d9e36c69f058bd1a0902170cb61919663ef9eeb7.tar.gz pytde-d9e36c69f058bd1a0902170cb61919663ef9eeb7.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'extra/kde301')
-rw-r--r-- | extra/kde301/tdetoolbarbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/kde301/tdetoolbarbutton.h b/extra/kde301/tdetoolbarbutton.h index bdf8bb0..8cc171b 100644 --- a/extra/kde301/tdetoolbarbutton.h +++ b/extra/kde301/tdetoolbarbutton.h @@ -28,7 +28,7 @@ #include <tqtoolbutton.h> #include <tqintdict.h> #include <tqstring.h> -#include <kglobal.h> +#include <tdeglobal.h> class TDEToolBar; class TDEToolBarButtonPrivate; |