diff options
Diffstat (limited to 'libkpimidentities')
-rw-r--r-- | libkpimidentities/identitycombo.h | 2 | ||||
-rw-r--r-- | libkpimidentities/identitymanager.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libkpimidentities/identitycombo.h b/libkpimidentities/identitycombo.h index e63046071..119983edb 100644 --- a/libkpimidentities/identitycombo.h +++ b/libkpimidentities/identitycombo.h @@ -49,7 +49,7 @@ class Identity; **/ class KDE_EXPORT IdentityCombo : public TQComboBox { - Q_OBJECT + TQ_OBJECT public: IdentityCombo( IdentityManager* manager, TQWidget * parent=0, const char * name=0 ); diff --git a/libkpimidentities/identitymanager.h b/libkpimidentities/identitymanager.h index 0162df4c5..76b2a290d 100644 --- a/libkpimidentities/identitymanager.h +++ b/libkpimidentities/identitymanager.h @@ -54,7 +54,7 @@ class Identity; class IdentityManager : public ConfigManager, public DCOPObject #undef IdentityManager { - Q_OBJECT + TQ_OBJECT // K_DCOP |