diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-19 15:33:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-19 15:33:24 -0600 |
commit | 087b794b48ba18132d3366d9c1c8c36c1dde5a10 (patch) | |
tree | 83c224a4322bf312689b0db5562f9ff89960e907 /extra/kde323/ktoolbarbutton.h | |
parent | e618529123e9c5a1c6c1235988a4d6a5794ac1f5 (diff) | |
download | pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.tar.gz pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.zip |
Fix FTBFS due to incorrect header includes
Diffstat (limited to 'extra/kde323/ktoolbarbutton.h')
-rw-r--r-- | extra/kde323/ktoolbarbutton.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/kde323/ktoolbarbutton.h b/extra/kde323/ktoolbarbutton.h index b152a6b..82fa426 100644 --- a/extra/kde323/ktoolbarbutton.h +++ b/extra/kde323/ktoolbarbutton.h @@ -24,10 +24,10 @@ #ifndef _KTOOLBARBUTTON_H #define _KTOOLBARBUTTON_H -#include <qpixmap.h> -#include <qtoolbutton.h> -#include <qintdict.h> -#include <qstring.h> +#include <tqpixmap.h> +#include <tqtoolbutton.h> +#include <tqintdict.h> +#include <tqstring.h> #include <kglobal.h> class KToolBar; |