Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/7/head
Michele Calgaro 10 months ago
parent 9b5c2e1e0f
commit 76045e6213
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -68,7 +68,7 @@ enum ColorType {
class SUSE2Handler: public TQObject, public KDecorationFactory
{
Q_OBJECT
TQ_OBJECT
public:
SUSE2Handler();
~SUSE2Handler();

@ -42,7 +42,7 @@ class SUSE2Client;
class SUSE2Button : public KCommonDecorationButton
{
Q_OBJECT
TQ_OBJECT
public:
SUSE2Button(ButtonType type, SUSE2Client *parent, const char *name);
~SUSE2Button();

@ -33,7 +33,7 @@ class ConfigDialog;
class SUSE2Config : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:
SUSE2Config(TDEConfig *config, TQWidget *parent);

Loading…
Cancel
Save