diff options
Diffstat (limited to 'sip/kspell2/backgroundchecker.sip')
-rw-r--r-- | sip/kspell2/backgroundchecker.sip | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sip/kspell2/backgroundchecker.sip b/sip/kspell2/backgroundchecker.sip index 8efd997..3f6a0eb 100644 --- a/sip/kspell2/backgroundchecker.sip +++ b/sip/kspell2/backgroundchecker.sip @@ -28,20 +28,20 @@ namespace KSpell2 { -class BackgroundChecker : QObject +class BackgroundChecker : TQObject { %TypeHeaderCode #include <backgroundchecker.h> %End public: - BackgroundChecker (const Broker::Ptr&, QObject* = 0, const char* = 0); - void checkText (const QString&); + BackgroundChecker (const Broker::Ptr&, TQObject* = 0, const char* = 0); + void checkText (const TQString&); KSpell2::Filter* filter () const; KSpell2::Broker* broker () const; - void changeLanguage (const QString&); - bool checkWord (const QString&); - QStringList suggest (const QString&) const; + void changeLanguage (const TQString&); + bool checkWord (const TQString&); + TQStringList suggest (const TQString&) const; public slots: virtual void setFilter (KSpell2::Filter*); @@ -50,11 +50,11 @@ public slots: virtual void continueChecking (); signals: - void misspelling (const QString&, int); + void misspelling (const TQString&, int); void done (); protected: - virtual QString getMoreText (); + virtual TQString getMoreText (); virtual void finishedCurrentFeed (); protected slots: |