diff options
Diffstat (limited to 'sip/tdeui')
-rw-r--r-- | sip/tdeui/kaction.sip | 2 | ||||
-rw-r--r-- | sip/tdeui/kcmodule.sip | 2 | ||||
-rw-r--r-- | sip/tdeui/kfontdialog.sip | 2 | ||||
-rw-r--r-- | sip/tdeui/kkeybutton.sip | 2 | ||||
-rw-r--r-- | sip/tdeui/kkeydialog.sip | 2 | ||||
-rw-r--r-- | sip/tdeui/klistview.sip | 4 | ||||
-rw-r--r-- | sip/tdeui/kmainwindow.sip | 2 | ||||
-rw-r--r-- | sip/tdeui/ksharedpixmap.sip | 6 | ||||
-rw-r--r-- | sip/tdeui/kxmlguifactory.sip | 6 |
9 files changed, 14 insertions, 14 deletions
diff --git a/sip/tdeui/kaction.sip b/sip/tdeui/kaction.sip index e264615..d54d730 100644 --- a/sip/tdeui/kaction.sip +++ b/sip/tdeui/kaction.sip @@ -691,7 +691,7 @@ protected: //converts a Python list of KAction { %TypeHeaderCode -#include <qvaluelist.h> +#include <tqvaluelist.h> #include <kaction.h> //typedef TQValueList<KAction*> KActionPtrList; %End diff --git a/sip/tdeui/kcmodule.sip b/sip/tdeui/kcmodule.sip index 61d0e95..63daf3d 100644 --- a/sip/tdeui/kcmodule.sip +++ b/sip/tdeui/kcmodule.sip @@ -114,7 +114,7 @@ protected: //converts a Python list of KConfigDialogManager { %TypeHeaderCode -#include <qptrlist.h> +#include <tqptrlist.h> %End %ConvertFromTypeCode diff --git a/sip/tdeui/kfontdialog.sip b/sip/tdeui/kfontdialog.sip index 722b034..109cac5 100644 --- a/sip/tdeui/kfontdialog.sip +++ b/sip/tdeui/kfontdialog.sip @@ -27,7 +27,7 @@ class KFontChooser : TQWidget { %TypeHeaderCode -#include <qbutton.h> +#include <tqbutton.h> #include <kfontdialog.h> %End diff --git a/sip/tdeui/kkeybutton.sip b/sip/tdeui/kkeybutton.sip index e92b317..fe8d00d 100644 --- a/sip/tdeui/kkeybutton.sip +++ b/sip/tdeui/kkeybutton.sip @@ -27,7 +27,7 @@ class KKeyButton : TQPushButton { %TypeHeaderCode -#include <qpushbutton.h> +#include <tqpushbutton.h> #include <kkeybutton.h> %End diff --git a/sip/tdeui/kkeydialog.sip b/sip/tdeui/kkeydialog.sip index c612fd1..d925ca9 100644 --- a/sip/tdeui/kkeydialog.sip +++ b/sip/tdeui/kkeydialog.sip @@ -180,7 +180,7 @@ typedef KKeyChooser KKeyChooser; //converts a Python dict of TQString:int { %TypeHeaderCode -#include <qdict.h> +#include <tqdict.h> typedef TQDict<int> IntDict; %End diff --git a/sip/tdeui/klistview.sip b/sip/tdeui/klistview.sip index 8c68639..e48e33a 100644 --- a/sip/tdeui/klistview.sip +++ b/sip/tdeui/klistview.sip @@ -266,8 +266,8 @@ public: //converts a Python list of TQListViewItem { %TypeHeaderCode -#include <qptrlist.h> -#include <qlistview.h> +#include <tqptrlist.h> +#include <tqlistview.h> typedef TQPtrList<TQListViewItem> ListViewItems; %End diff --git a/sip/tdeui/kmainwindow.sip b/sip/tdeui/kmainwindow.sip index b39a62f..9f48a75 100644 --- a/sip/tdeui/kmainwindow.sip +++ b/sip/tdeui/kmainwindow.sip @@ -204,7 +204,7 @@ protected: //converts a Python list of KMainWindow { %TypeHeaderCode -#include <qptrlist.h> +#include <tqptrlist.h> #include <kmainwindow.h> %End diff --git a/sip/tdeui/ksharedpixmap.sip b/sip/tdeui/ksharedpixmap.sip index 1ffec51..e9af80d 100644 --- a/sip/tdeui/ksharedpixmap.sip +++ b/sip/tdeui/ksharedpixmap.sip @@ -27,9 +27,9 @@ class KSharedPixmap : TQWidget, KPixmap { %TypeHeaderCode -#include <qwidget.h> -#include <qpaintdevice.h> -#include <qpixmap.h> +#include <tqwidget.h> +#include <tqpaintdevice.h> +#include <tqpixmap.h> #include <kpixmap.h> #include <ksharedpixmap.h> %End diff --git a/sip/tdeui/kxmlguifactory.sip b/sip/tdeui/kxmlguifactory.sip index aa55200..7f361c7 100644 --- a/sip/tdeui/kxmlguifactory.sip +++ b/sip/tdeui/kxmlguifactory.sip @@ -87,7 +87,7 @@ TQPtrList<KAction> testKActionList (TQPtrList<KAction>); //converts a Python list of KAction { %TypeHeaderCode -#include <qptrlist.h> +#include <tqptrlist.h> #include <kaction.h> %End @@ -158,7 +158,7 @@ TQPtrList<KAction> testKActionList (TQPtrList<KAction>); //converts a Python list of KXMLGUIClient { %TypeHeaderCode -#include <qptrlist.h> +#include <tqptrlist.h> #include <kxmlguiclient.h> %End @@ -229,7 +229,7 @@ TQPtrList<KAction> testKActionList (TQPtrList<KAction>); //converts a Python list of TQWidget { %TypeHeaderCode -#include <qptrlist.h> +#include <tqptrlist.h> %End %ConvertFromTypeCode |