diff options
Diffstat (limited to 'libkpimidentities/identitycombo.h')
-rw-r--r-- | libkpimidentities/identitycombo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkpimidentities/identitycombo.h b/libkpimidentities/identitycombo.h index 7d0408669..1644f9c2f 100644 --- a/libkpimidentities/identitycombo.h +++ b/libkpimidentities/identitycombo.h @@ -50,7 +50,7 @@ class Identity; class KDE_EXPORT IdentityCombo : public TQComboBox { Q_OBJECT - TQ_OBJECT + public: IdentityCombo( IdentityManager* manager, TQWidget * parent=0, const char * name=0 ); |