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 | |
parent | e618529123e9c5a1c6c1235988a4d6a5794ac1f5 (diff) | |
download | pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.tar.gz pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.zip |
Fix FTBFS due to incorrect header includes
Diffstat (limited to 'extra/kde323')
-rw-r--r-- | extra/kde323/configwidget.h | 2 | ||||
-rw-r--r-- | extra/kde323/kaccelaction.h | 8 | ||||
-rw-r--r-- | extra/kde323/kaccelbase.h | 10 | ||||
-rw-r--r-- | extra/kde323/kicontheme.h | 6 | ||||
-rw-r--r-- | extra/kde323/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde323/krecentdirs.h | 2 | ||||
-rw-r--r-- | extra/kde323/ksycocafactory.h | 4 | ||||
-rw-r--r-- | extra/kde323/ktoolbarbutton.h | 8 | ||||
-rw-r--r-- | extra/kde323/kurifilter.h | 6 | ||||
-rw-r--r-- | extra/kde323/selectdialog.h | 6 |
10 files changed, 27 insertions, 27 deletions
diff --git a/extra/kde323/configwidget.h b/extra/kde323/configwidget.h index 313fb27..afe677e 100644 --- a/extra/kde323/configwidget.h +++ b/extra/kde323/configwidget.h @@ -26,7 +26,7 @@ #include <kconfig.h> -#include <qwidget.h> +#include <tqwidget.h> namespace KRES { diff --git a/extra/kde323/kaccelaction.h b/extra/kde323/kaccelaction.h index a6a010b..0418297 100644 --- a/extra/kde323/kaccelaction.h +++ b/extra/kde323/kaccelaction.h @@ -20,10 +20,10 @@ #ifndef _KACCELACTION_H #define _KACCELACTION_H -#include <qmap.h> -#include <qptrvector.h> -#include <qstring.h> -#include <qvaluevector.h> +#include <tqmap.h> +#include <tqptrvector.h> +#include <tqstring.h> +#include <tqvaluevector.h> #include <kshortcut.h> diff --git a/extra/kde323/kaccelbase.h b/extra/kde323/kaccelbase.h index d1c35c8..7c83b44 100644 --- a/extra/kde323/kaccelbase.h +++ b/extra/kde323/kaccelbase.h @@ -20,11 +20,11 @@ #ifndef _KACCELBASE_H #define _KACCELBASE_H -#include <qmap.h> -#include <qptrvector.h> -#include <qstring.h> -#include <qvaluevector.h> -#include <qvaluelist.h> +#include <tqmap.h> +#include <tqptrvector.h> +#include <tqstring.h> +#include <tqvaluevector.h> +#include <tqvaluelist.h> #include "kaccelaction.h" #include "kkeyserver_x11.h" diff --git a/extra/kde323/kicontheme.h b/extra/kde323/kicontheme.h index 28f0b52..4e559fc 100644 --- a/extra/kde323/kicontheme.h +++ b/extra/kde323/kicontheme.h @@ -15,9 +15,9 @@ #ifndef __KIconTheme_h_Included__ #define __KIconTheme_h_Included__ -#include <qstring.h> -#include <qstringlist.h> -#include <qptrlist.h> +#include <tqstring.h> +#include <tqstringlist.h> +#include <tqptrlist.h> class KConfig; //class KIconThemeDir; diff --git a/extra/kde323/kpanelmenu.h b/extra/kde323/kpanelmenu.h index aabed8d..2c98398 100644 --- a/extra/kde323/kpanelmenu.h +++ b/extra/kde323/kpanelmenu.h @@ -25,7 +25,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef __KPANELMENU_H__ #define __KPANELMENU_H__ -#include <qstring.h> +#include <tqstring.h> #include <kpopupmenu.h> #include <kgenericfactory.h> diff --git a/extra/kde323/krecentdirs.h b/extra/kde323/krecentdirs.h index 656f4f9..e74d267 100644 --- a/extra/kde323/krecentdirs.h +++ b/extra/kde323/krecentdirs.h @@ -28,7 +28,7 @@ #ifndef __KRECENTDIRS_H #define __KRECENTDIRS_H -#include <qstringlist.h> +#include <tqstringlist.h> /** * The goal of this class is to make sure that, when the user needs to diff --git a/extra/kde323/ksycocafactory.h b/extra/kde323/ksycocafactory.h index 025d1b9..2a114ee 100644 --- a/extra/kde323/ksycocafactory.h +++ b/extra/kde323/ksycocafactory.h @@ -22,8 +22,8 @@ #include "ksycocatype.h" #include "ksycocaentry.h" -#include <qdict.h> -#include <qptrlist.h> +#include <tqdict.h> +#include <tqptrlist.h> class KSycoca; class TQStringList; class TQString; 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; diff --git a/extra/kde323/kurifilter.h b/extra/kde323/kurifilter.h index d4bacb8..f3eec28 100644 --- a/extra/kde323/kurifilter.h +++ b/extra/kde323/kurifilter.h @@ -25,9 +25,9 @@ #ifndef __kurifilter_h__ #define __kurifilter_h__ "$Id: kurifilter.h,v 1.41 2003/08/30 08:56:21 raabe Exp $" -#include <qptrlist.h> -#include <qobject.h> -#include <qstringlist.h> +#include <tqptrlist.h> +#include <tqobject.h> +#include <tqstringlist.h> #include <kurl.h> #include <kdemacros.h> diff --git a/extra/kde323/selectdialog.h b/extra/kde323/selectdialog.h index 804501b..680d48e 100644 --- a/extra/kde323/selectdialog.h +++ b/extra/kde323/selectdialog.h @@ -24,9 +24,9 @@ #ifndef KRESOURCES_SELECTDIALOG_H #define KRESOURCES_SELECTDIALOG_H -#include <qobject.h> -#include <qptrlist.h> -#include <qmap.h> +#include <tqobject.h> +#include <tqptrlist.h> +#include <tqmap.h> #include <kdialog.h> |