From 203ba231d0276943aae36111f9ec1e949f3c6a4c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 3 Dec 2011 22:23:44 -0600 Subject: Initial TQt conversion --- sip/kspell/kspelldlg.sip | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sip/kspell/kspelldlg.sip') 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 -- cgit v1.2.1