diff options
Diffstat (limited to 'kopete/protocols/gadu/gaducommands.h')
-rw-r--r-- | kopete/protocols/gadu/gaducommands.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/protocols/gadu/gaducommands.h b/kopete/protocols/gadu/gaducommands.h index a191242c..f8f07993 100644 --- a/kopete/protocols/gadu/gaducommands.h +++ b/kopete/protocols/gadu/gaducommands.h @@ -38,7 +38,7 @@ class TQPixmap; class GaduCommand : public TQObject { Q_OBJECT - TQ_OBJECT + public: GaduCommand( TQObject* parent = 0, const char* name = 0 ); @@ -74,7 +74,7 @@ private: class RegisterCommand : public GaduCommand { Q_OBJECT - TQ_OBJECT + public: RegisterCommand( TQObject* parent = 0, const char* name = 0 ); @@ -108,7 +108,7 @@ private: class RemindPasswordCommand : public GaduCommand { Q_OBJECT - TQ_OBJECT + public: RemindPasswordCommand( uin_t uin, TQObject* parent = 0, const char* name = 0 ); @@ -129,7 +129,7 @@ private: class ChangePasswordCommand : public GaduCommand { Q_OBJECT - TQ_OBJECT + public: ChangePasswordCommand( TQObject* parent = 0, const char* name = 0 ); |