summaryrefslogtreecommitdiffstats
path: root/extra/kde313
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-19 15:33:24 -0600
committerTimothy Pearson <[email protected]>2012-02-19 15:33:24 -0600
commit087b794b48ba18132d3366d9c1c8c36c1dde5a10 (patch)
tree83c224a4322bf312689b0db5562f9ff89960e907 /extra/kde313
parente618529123e9c5a1c6c1235988a4d6a5794ac1f5 (diff)
downloadpytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.tar.gz
pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.zip
Fix FTBFS due to incorrect header includes
Diffstat (limited to 'extra/kde313')
-rw-r--r--extra/kde313/kaccelaction.h8
-rw-r--r--extra/kde313/kaccelbase.h10
-rw-r--r--extra/kde313/kicontheme.h6
-rw-r--r--extra/kde313/kpanelmenu.h2
-rw-r--r--extra/kde313/krecentdirs.h2
-rw-r--r--extra/kde313/ksycocafactory.h4
-rw-r--r--extra/kde313/ktoolbarbutton.h8
-rw-r--r--extra/kde313/kurifilter.h4
8 files changed, 22 insertions, 22 deletions
diff --git a/extra/kde313/kaccelaction.h b/extra/kde313/kaccelaction.h
index 1d3fcb0..8e42250 100644
--- a/extra/kde313/kaccelaction.h
+++ b/extra/kde313/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/kde313/kaccelbase.h b/extra/kde313/kaccelbase.h
index 45464ae..def607f 100644
--- a/extra/kde313/kaccelbase.h
+++ b/extra/kde313/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/kde313/kicontheme.h b/extra/kde313/kicontheme.h
index 542e535..b918eb3 100644
--- a/extra/kde313/kicontheme.h
+++ b/extra/kde313/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/kde313/kpanelmenu.h b/extra/kde313/kpanelmenu.h
index a2800b8..94da742 100644
--- a/extra/kde313/kpanelmenu.h
+++ b/extra/kde313/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/kde313/krecentdirs.h b/extra/kde313/krecentdirs.h
index 656f4f9..e74d267 100644
--- a/extra/kde313/krecentdirs.h
+++ b/extra/kde313/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/kde313/ksycocafactory.h b/extra/kde313/ksycocafactory.h
index 0aa8353..1959edd 100644
--- a/extra/kde313/ksycocafactory.h
+++ b/extra/kde313/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/kde313/ktoolbarbutton.h b/extra/kde313/ktoolbarbutton.h
index 3abf695..96a690e 100644
--- a/extra/kde313/ktoolbarbutton.h
+++ b/extra/kde313/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/kde313/kurifilter.h b/extra/kde313/kurifilter.h
index ad800b9..c9113fe 100644
--- a/extra/kde313/kurifilter.h
+++ b/extra/kde313/kurifilter.h
@@ -21,8 +21,8 @@
#ifndef __kurifilter_h__
#define __kurifilter_h__ "$Id: kurifilter.h,v 1.27 2002/10/30 09:37:39 neil Exp $"
-#include <qptrlist.h>
-#include <qobject.h>
+#include <tqptrlist.h>
+#include <tqobject.h>
#include <kurl.h>