Fix SIP deprecation warnings

This commit is contained in:
Kovid Goyal 2011-02-17 08:30:09 -07:00
parent a243e66f33
commit 7bd60b57f0
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
//Define the SIP wrapper to the pictureflow widget //Define the SIP wrapper to the pictureflow widget
//Author - Kovid Goyal <kovid@kovidgoyal.net> //Author - Kovid Goyal <kovid@kovidgoyal.net>
%Module pictureflow 1 %Module(name=pictureflow, version=1)
%Import QtCore/QtCoremod.sip %Import QtCore/QtCoremod.sip
%Import QtGui/QtGuimod.sip %Import QtGui/QtGuimod.sip

View File

@ -1,7 +1,7 @@
//Define the SIP wrapper to the QProgressIndicator widget //Define the SIP wrapper to the QProgressIndicator widget
//Author - Kovid Goyal <kovid@kovidgoyal.net> //Author - Kovid Goyal <kovid@kovidgoyal.net>
%Module progress_indicator 1 %Module(name=progress_indicator, version=1)
%Import QtCore/QtCoremod.sip %Import QtCore/QtCoremod.sip
%Import QtGui/QtGuimod.sip %Import QtGui/QtGuimod.sip