summaryrefslogtreecommitdiffstats
path: root/extra/kde330
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/kde330
parente618529123e9c5a1c6c1235988a4d6a5794ac1f5 (diff)
downloadpytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.tar.gz
pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.zip
Fix FTBFS due to incorrect header includes
Diffstat (limited to 'extra/kde330')
-rw-r--r--extra/kde330/configwidget.h2
-rw-r--r--extra/kde330/kaccelaction.h8
-rw-r--r--extra/kde330/kaccelbase.h10
-rw-r--r--extra/kde330/kicontheme.h6
-rw-r--r--extra/kde330/kpanelmenu.h2
-rw-r--r--extra/kde330/krecentdirs.h2
-rw-r--r--extra/kde330/ksycocafactory.h4
-rw-r--r--extra/kde330/ktoolbarbutton.h8
-rw-r--r--extra/kde330/kurifilter.h6
-rw-r--r--extra/kde330/selectdialog.h6
10 files changed, 27 insertions, 27 deletions
diff --git a/extra/kde330/configwidget.h b/extra/kde330/configwidget.h
index 313fb27..afe677e 100644
--- a/extra/kde330/configwidget.h
+++ b/extra/kde330/configwidget.h
@@ -26,7 +26,7 @@
#include <kconfig.h>
-#include <qwidget.h>
+#include <tqwidget.h>
namespace KRES {
diff --git a/extra/kde330/kaccelaction.h b/extra/kde330/kaccelaction.h
index a6a010b..0418297 100644
--- a/extra/kde330/kaccelaction.h
+++ b/extra/kde330/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/kde330/kaccelbase.h b/extra/kde330/kaccelbase.h
index d1c35c8..7c83b44 100644
--- a/extra/kde330/kaccelbase.h
+++ b/extra/kde330/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/kde330/kicontheme.h b/extra/kde330/kicontheme.h
index dca4650..5f9be44 100644
--- a/extra/kde330/kicontheme.h
+++ b/extra/kde330/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/kde330/kpanelmenu.h b/extra/kde330/kpanelmenu.h
index 074b8c7..54f253c 100644
--- a/extra/kde330/kpanelmenu.h
+++ b/extra/kde330/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/kde330/krecentdirs.h b/extra/kde330/krecentdirs.h
index 656f4f9..e74d267 100644
--- a/extra/kde330/krecentdirs.h
+++ b/extra/kde330/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/kde330/ksycocafactory.h b/extra/kde330/ksycocafactory.h
index 025d1b9..2a114ee 100644
--- a/extra/kde330/ksycocafactory.h
+++ b/extra/kde330/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/kde330/ktoolbarbutton.h b/extra/kde330/ktoolbarbutton.h
index bf4baf1..3243485 100644
--- a/extra/kde330/ktoolbarbutton.h
+++ b/extra/kde330/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/kde330/kurifilter.h b/extra/kde330/kurifilter.h
index d4bacb8..f3eec28 100644
--- a/extra/kde330/kurifilter.h
+++ b/extra/kde330/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/kde330/selectdialog.h b/extra/kde330/selectdialog.h
index 804501b..680d48e 100644
--- a/extra/kde330/selectdialog.h
+++ b/extra/kde330/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>