summaryrefslogtreecommitdiffstats
path: root/extra/kde351
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-19 15:33:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-19 15:33:24 -0600
commit087b794b48ba18132d3366d9c1c8c36c1dde5a10 (patch)
tree83c224a4322bf312689b0db5562f9ff89960e907 /extra/kde351
parente618529123e9c5a1c6c1235988a4d6a5794ac1f5 (diff)
downloadpytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.tar.gz
pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.zip
Fix FTBFS due to incorrect header includes
Diffstat (limited to 'extra/kde351')
-rw-r--r--extra/kde351/kaccelaction.h8
-rw-r--r--extra/kde351/kaccelbase.h10
-rw-r--r--extra/kde351/kicontheme.h6
-rw-r--r--extra/kde351/kpanelmenu.h2
-rw-r--r--extra/kde351/ksycocafactory.h4
-rw-r--r--extra/kde351/ktoolbarbutton.h8
-rw-r--r--extra/kde351/kurifilter.h6
7 files changed, 22 insertions, 22 deletions
diff --git a/extra/kde351/kaccelaction.h b/extra/kde351/kaccelaction.h
index e2d583c..470c705 100644
--- a/extra/kde351/kaccelaction.h
+++ b/extra/kde351/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/kde351/kaccelbase.h b/extra/kde351/kaccelbase.h
index 4bc104e..8f22253 100644
--- a/extra/kde351/kaccelbase.h
+++ b/extra/kde351/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.h"
diff --git a/extra/kde351/kicontheme.h b/extra/kde351/kicontheme.h
index 8d48855..c7c9290 100644
--- a/extra/kde351/kicontheme.h
+++ b/extra/kde351/kicontheme.h
@@ -13,9 +13,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>
#include "tdelibs_export.h"
class KConfig;
diff --git a/extra/kde351/kpanelmenu.h b/extra/kde351/kpanelmenu.h
index 42b5c9a..3c2d3a6 100644
--- a/extra/kde351/kpanelmenu.h
+++ b/extra/kde351/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/kde351/ksycocafactory.h b/extra/kde351/ksycocafactory.h
index b515860..1000478 100644
--- a/extra/kde351/ksycocafactory.h
+++ b/extra/kde351/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/kde351/ktoolbarbutton.h b/extra/kde351/ktoolbarbutton.h
index c901793..8ec393a 100644
--- a/extra/kde351/ktoolbarbutton.h
+++ b/extra/kde351/ktoolbarbutton.h
@@ -23,10 +23,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/kde351/kurifilter.h b/extra/kde351/kurifilter.h
index 773d8e0..ac80066 100644
--- a/extra/kde351/kurifilter.h
+++ b/extra/kde351/kurifilter.h
@@ -25,9 +25,9 @@
#ifndef __kurifilter_h__
#define __kurifilter_h__
-#include <qptrlist.h>
-#include <qobject.h>
-#include <qstringlist.h>
+#include <tqptrlist.h>
+#include <tqobject.h>
+#include <tqstringlist.h>
#include <kurl.h>