From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpersonalizer/kpersonalizer.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kpersonalizer/kpersonalizer.h') diff --git a/kpersonalizer/kpersonalizer.h b/kpersonalizer/kpersonalizer.h index 00bd5ed03..5eeb7907e 100644 --- a/kpersonalizer/kpersonalizer.h +++ b/kpersonalizer/kpersonalizer.h @@ -40,7 +40,7 @@ class KPersonalizer : public KWizard { Q_OBJECT public: /** construtor */ - KPersonalizer(QWidget* parent=0, const char *name=0); + KPersonalizer(TQWidget* parent=0, const char *name=0); /** destructor */ ~KPersonalizer(); @@ -57,7 +57,7 @@ public: public slots: // Public slots /** calls all save functions after resetting all features/ OS/ theme selections to KDE default */ void setDefaults(); - /** the cancel button is connected to the reject() slot of QDialog, + /** the cancel button is connected to the reject() slot of TQDialog, * so we have to reimplement this here to add a dialogbox to * ask if we really want to quit the wizard. */ @@ -66,7 +66,7 @@ public slots: // Public slots * Calls applySettings() to save the current selection. */ void accept(); - /** We need this to use it in a QTimer */ + /** We need this to use it in a TQTimer */ void slotNext(); private: @@ -89,7 +89,7 @@ protected slots: // Public slots protected: // Protected methods // the close button on the titlebar sets e->accept() which we donīt want. - virtual void closeEvent(QCloseEvent*); + virtual void closeEvent(TQCloseEvent*); bool askClose(); }; -- cgit v1.2.1