diff options
Diffstat (limited to 'sip/qt/qpixmapcache.sip')
-rw-r--r-- | sip/qt/qpixmapcache.sip | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sip/qt/qpixmapcache.sip b/sip/qt/qpixmapcache.sip index 773397e..c8a6c30 100644 --- a/sip/qt/qpixmapcache.sip +++ b/sip/qt/qpixmapcache.sip @@ -29,8 +29,6 @@ %End -%If (TQt_3_0_0 -) - class TQPixmapCache { %TypeHeaderCode @@ -44,10 +42,6 @@ public: static bool find(const TQString &,TQPixmap &); // static bool insert(const TQString &,TQPixmap *); static bool insert(const TQString &,const TQPixmap &); -%If (TQt_3_2_0 -) static void remove(const TQString &); -%End static void clear(); }; - -%End |