summaryrefslogtreecommitdiffstats
path: root/kmail/configuredialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/configuredialog.h')
-rw-r--r--kmail/configuredialog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/configuredialog.h b/kmail/configuredialog.h
index 408a9d3f..f9c32731 100644
--- a/kmail/configuredialog.h
+++ b/kmail/configuredialog.h
@@ -22,7 +22,7 @@
#ifndef _CONFIGURE_DIALOG_H_
#define _CONFIGURE_DIALOG_H_
-#include <qguardedptr.h>
+#include <tqguardedptr.h>
#include <kcmultidialog.h>
class KConfig;
@@ -36,7 +36,7 @@ class ConfigureDialog : public KCMultiDialog
Q_OBJECT
public:
- ConfigureDialog( QWidget *parent=0, const char *name=0, bool modal=true );
+ ConfigureDialog( TQWidget *parent=0, const char *name=0, bool modal=true );
~ConfigureDialog();
signals:
@@ -49,7 +49,7 @@ signals:
*/
void installProfile( KConfig *profile );
protected:
- void hideEvent( QHideEvent *i );
+ void hideEvent( TQHideEvent *i );
protected slots:
/** @reimplemented
* Saves the GlobalSettings stuff before passing on to KCMultiDialog.
@@ -67,7 +67,7 @@ protected slots:
void slotUser2();
private:
- QGuardedPtr<ProfileDialog> mProfileDialog;
+ TQGuardedPtr<ProfileDialog> mProfileDialog;
};
/**
@@ -75,7 +75,7 @@ private:
* This has to be done a-synchronically due to the nature of the account, so this object
* takes care of that.
*/
-class AccountUpdater : public QObject {
+class AccountUpdater : public TQObject {
Q_OBJECT
public:
AccountUpdater(KMail::ImapAccountBase *account);