summaryrefslogtreecommitdiffstats
path: root/tdepasswd
diff options
context:
space:
mode:
Diffstat (limited to 'tdepasswd')
-rw-r--r--tdepasswd/kcm/chfacedlg.h2
-rw-r--r--tdepasswd/kcm/main.h2
-rw-r--r--tdepasswd/passwddlg.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/tdepasswd/kcm/chfacedlg.h b/tdepasswd/kcm/chfacedlg.h
index f96d50084..6ae6a1c16 100644
--- a/tdepasswd/kcm/chfacedlg.h
+++ b/tdepasswd/kcm/chfacedlg.h
@@ -38,7 +38,7 @@ class KDialogBase;
class ChFaceDlg : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/tdepasswd/kcm/main.h b/tdepasswd/kcm/main.h
index 350c42820..f74ad55de 100644
--- a/tdepasswd/kcm/main.h
+++ b/tdepasswd/kcm/main.h
@@ -36,7 +36,7 @@ class Config;
*/
class KCMUserAccount : public TDECModule
{
- Q_OBJECT
+ TQ_OBJECT
public:
KCMUserAccount(TQWidget* parent, const char* name = "KCMUserAccount",
diff --git a/tdepasswd/passwddlg.h b/tdepasswd/passwddlg.h
index 3284e332f..392738fef 100644
--- a/tdepasswd/passwddlg.h
+++ b/tdepasswd/passwddlg.h
@@ -14,7 +14,7 @@
class TDEpasswd1Dialog
: public KPasswordDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
TDEpasswd1Dialog();
@@ -30,7 +30,7 @@ protected:
class TDEpasswd2Dialog
: public KPasswordDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
TDEpasswd2Dialog(const TQString &oldpass, const TQString &user);