diff options
Diffstat (limited to 'kmail/accountwizard.h')
-rw-r--r-- | kmail/accountwizard.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/kmail/accountwizard.h b/kmail/accountwizard.h index 51e19b10d..6a05fc655 100644 --- a/kmail/accountwizard.h +++ b/kmail/accountwizard.h @@ -16,11 +16,11 @@ ** ** In addition, as a special exception, the copyright holders give ** permission to link the code of this program with any edition of -** the Qt library by Trolltech AS, Norway (or with modified versions -** of Qt that use the same license as Qt), and distribute linked +** the TQt library by Trolltech AS, Norway (or with modified versions +** of TQt that use the same license as TQt), and distribute linked ** combinations including the two. You must obey the GNU General ** Public License in all respects for all of the code used other than -** Qt. If you modify this file, you may extend this exception to +** TQt. If you modify this file, you may extend this exception to ** your version of the file, but you are not obligated to do so. If ** you do not wish to do so, delete this exception statement from ** your version. @@ -45,6 +45,7 @@ class KMTransportInfo; class AccountWizard : public KWizard { Q_OBJECT + TQ_OBJECT public: /** @@ -52,9 +53,9 @@ class AccountWizard : public KWizard run successfully before. @param kernel The mail kernel the wizard should work on. - @param parent The parent widget of the dialog. + @param tqparent The tqparent widget of the dialog. */ - static void start( KMKernel *kernel, TQWidget *parent = 0 ); + static void start( KMKernel *kernel, TQWidget *tqparent = 0 ); /** Reimplemented @@ -62,7 +63,7 @@ class AccountWizard : public KWizard void showPage( TQWidget *page ); protected: - AccountWizard( KMKernel *kernel, TQWidget *parent ); + AccountWizard( KMKernel *kernel, TQWidget *tqparent ); ~AccountWizard() {}; void setupWelcomePage(); |