diff options
Diffstat (limited to 'sip/kparts/historyprovider.sip')
-rw-r--r-- | sip/kparts/historyprovider.sip | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/kparts/historyprovider.sip b/sip/kparts/historyprovider.sip index ec0bafb..d562810 100644 --- a/sip/kparts/historyprovider.sip +++ b/sip/kparts/historyprovider.sip @@ -26,7 +26,7 @@ namespace KParts { -class HistoryProvider : QObject +class HistoryProvider : TQObject { %TypeHeaderCode #include <historyprovider.h> @@ -35,15 +35,15 @@ class HistoryProvider : QObject public: static KParts::HistoryProvider* self (); - HistoryProvider (QObject* /TransferThis/ = 0, const char* = 0); - virtual bool contains (const QString&) const; - virtual void insert (const QString&); - virtual void remove (const QString&); + HistoryProvider (TQObject* /TransferThis/ = 0, const char* = 0); + virtual bool contains (const TQString&) const; + virtual void insert (const TQString&); + virtual void remove (const TQString&); virtual void clear (); signals: void cleared (); - void updated (const QStringList&); + void updated (const TQStringList&); protected: //igx virtual void virtual_hook (int, void*); |