diff options
author | Timothy Pearson <[email protected]> | 2011-12-03 22:23:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-03 22:23:44 -0600 |
commit | 203ba231d0276943aae36111f9ec1e949f3c6a4c (patch) | |
tree | f039f7a5b5fc2da88a96876971bac580d87f6788 /sip/kspell/kspelldlg.sip | |
parent | fd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff) | |
download | pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip |
Initial TQt conversion
Diffstat (limited to 'sip/kspell/kspelldlg.sip')
-rw-r--r-- | sip/kspell/kspelldlg.sip | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sip/kspell/kspelldlg.sip b/sip/kspell/kspelldlg.sip index 4621b0d..20097b6 100644 --- a/sip/kspell/kspelldlg.sip +++ b/sip/kspell/kspelldlg.sip @@ -32,12 +32,12 @@ class KSpellDlg : KDialogBase public: - KSpellDlg (QWidget* /TransferThis/, const char*, bool = 0, bool = 0); - QString replacement (); - void init (const QString&, QStringList*); + KSpellDlg (TQWidget* /TransferThis/, const char*, bool = 0, bool = 0); + TQString replacement (); + void init (const TQString&, TQStringList*); %If ( KDE_3_2_0 - ) - void init (const QString&, QStringList*, const QString&); + void init (const TQString&, TQStringList*, const TQString&); %End void standby (); @@ -46,7 +46,7 @@ public slots: void slotProgress (uint); protected: - virtual void closeEvent (QCloseEvent*); + virtual void closeEvent (TQCloseEvent*); void done (int); signals: @@ -71,10 +71,10 @@ protected slots: void slotConfigChanged (); %End - void textChanged (const QString&); + void textChanged (const TQString&); %If ( KDE_3_2_0 - ) - void slotSelectionChanged (QListViewItem*); + void slotSelectionChanged (TQListViewItem*); %End |