diff options
author | Timothy Pearson <[email protected]> | 2012-02-02 14:11:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-02 14:11:34 -0600 |
commit | ed5b57040a2add0633ab20089a1f451898e633e2 (patch) | |
tree | 97c683fb257ad81498c3acea893a2a9778e0f478 /sip/qttable | |
parent | 752274609034af8c68c46d19bed586ea6ae348b8 (diff) | |
download | pytqt-ed5b57040a2add0633ab20089a1f451898e633e2.tar.gz pytqt-ed5b57040a2add0633ab20089a1f451898e633e2.zip |
Use tq includes instead of native q includes
Diffstat (limited to 'sip/qttable')
-rw-r--r-- | sip/qttable/qtable.sip | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/qttable/qtable.sip b/sip/qttable/qtable.sip index 885a14a..b903ffb 100644 --- a/sip/qttable/qtable.sip +++ b/sip/qttable/qtable.sip @@ -60,7 +60,7 @@ class TQTableSelection { %TypeHeaderCode -#include <qtable.h> +#include <tqtable.h> %End public: @@ -93,7 +93,7 @@ public: class TQTableItem : TQt { %TypeHeaderCode -#include <qtable.h> +#include <tqtable.h> %End public: @@ -182,7 +182,7 @@ protected: class TQComboTableItem : TQTableItem { %TypeHeaderCode -#include <qtable.h> +#include <tqtable.h> %End public: @@ -218,7 +218,7 @@ public: class TQCheckTableItem : TQTableItem { %TypeHeaderCode -#include <qtable.h> +#include <tqtable.h> %End public: @@ -248,7 +248,7 @@ public: class TQTable : TQScrollView { %TypeHeaderCode -#include <qtable.h> +#include <tqtable.h> %End public: |