summaryrefslogtreecommitdiffstats
path: root/sip/qt/qlistbox.sip
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-02 14:11:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-02 14:11:34 -0600
commited5b57040a2add0633ab20089a1f451898e633e2 (patch)
tree97c683fb257ad81498c3acea893a2a9778e0f478 /sip/qt/qlistbox.sip
parent752274609034af8c68c46d19bed586ea6ae348b8 (diff)
downloadpytqt-ed5b57040a2add0633ab20089a1f451898e633e2.tar.gz
pytqt-ed5b57040a2add0633ab20089a1f451898e633e2.zip
Use tq includes instead of native q includes
Diffstat (limited to 'sip/qt/qlistbox.sip')
-rw-r--r--sip/qt/qlistbox.sip12
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/qt/qlistbox.sip b/sip/qt/qlistbox.sip
index e19d8ea..f0724e3 100644
--- a/sip/qt/qlistbox.sip
+++ b/sip/qt/qlistbox.sip
@@ -58,7 +58,7 @@ containing the <Literal>bool</Literal> result and <Literal>yPos</Literal>.
%If (- TQt_2_00)
%ModuleHeaderCode
-#include <qlistbox.h>
+#include <tqlistbox.h>
%End
// List box item types.
@@ -71,7 +71,7 @@ const int LBI_UserDefined;
class TQListBox : TQTableView
{
%TypeHeaderCode
-#include <qlistbox.h>
+#include <tqlistbox.h>
%End
public:
@@ -168,7 +168,7 @@ private:
class TQListBox : TQScrollView
{
%TypeHeaderCode
-#include <qlistbox.h>
+#include <tqlistbox.h>
%End
public:
@@ -416,7 +416,7 @@ private:
class TQListBoxItem
{
%TypeHeaderCode
-#include <qlistbox.h>
+#include <tqlistbox.h>
%End
public:
@@ -493,7 +493,7 @@ private:
class TQListBoxText : TQListBoxItem
{
%TypeHeaderCode
-#include <qlistbox.h>
+#include <tqlistbox.h>
%End
public:
@@ -531,7 +531,7 @@ private:
class TQListBoxPixmap : TQListBoxItem
{
%TypeHeaderCode
-#include <qlistbox.h>
+#include <tqlistbox.h>
%End
public: