summaryrefslogtreecommitdiffstats
path: root/kpersonalizer/kpersonalizer.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
commitc663b6440964f6ac48027143ac9e63298991f9d0 (patch)
tree6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /kpersonalizer/kpersonalizer.h
parenta061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff)
downloadtdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz
tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpersonalizer/kpersonalizer.h')
-rw-r--r--kpersonalizer/kpersonalizer.h8
1 files changed, 4 insertions, 4 deletions
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();
};