summaryrefslogtreecommitdiffstats
path: root/sip/kspell/ksconfig.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kspell/ksconfig.sip')
-rw-r--r--sip/kspell/ksconfig.sip20
1 files changed, 10 insertions, 10 deletions
diff --git a/sip/kspell/ksconfig.sip b/sip/kspell/ksconfig.sip
index 97bc8b5..26a1bd6 100644
--- a/sip/kspell/ksconfig.sip
+++ b/sip/kspell/ksconfig.sip
@@ -24,7 +24,7 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-class KSpellConfig : QWidget
+class KSpellConfig : TQWidget
{
%TypeHeaderCode
#include <ksconfig.h>
@@ -32,34 +32,34 @@ class KSpellConfig : QWidget
public:
- KSpellConfig (QWidget* /TransferThis/ = 0, const char* = 0, KSpellConfig* = 0, bool = 1);
+ KSpellConfig (TQWidget* /TransferThis/ = 0, const char* = 0, KSpellConfig* = 0, bool = 1);
KSpellConfig (const KSpellConfig&);
%If ( KDE_3_2_0 - )
- void fillDicts (QComboBox*, QStringList* = 0);
+ void fillDicts (TQComboBox*, TQStringList* = 0);
%End
- void setIgnoreList (QStringList);
+ void setIgnoreList (TQStringList);
%If ( KDE_3_1_0 - )
- void setReplaceAllList (QStringList);
+ void setReplaceAllList (TQStringList);
%End
void setNoRootAffix (bool);
void setRunTogether (bool);
- void setDictionary (const QString);
+ void setDictionary (const TQString);
void setDictFromList (bool);
void setEncoding (int);
void setClient (int);
bool noRootAffix () const;
bool runTogether () const;
- const QString dictionary () const;
+ const TQString dictionary () const;
bool dictFromList () const;
int encoding () const;
- QStringList ignoreList () const;
+ TQStringList ignoreList () const;
%If ( KDE_3_1_0 - )
- QStringList replaceAllList () const;
+ TQStringList replaceAllList () const;
%End
int client () const;
@@ -72,7 +72,7 @@ public:
protected:
void fillInDialog ();
- bool interpret (QString&, QString&, QString&);
+ bool interpret (TQString&, TQString&, TQString&);
public slots:
void activateHelp ();