Compare commits

...

1 Commits

Author SHA1 Message Date
Michele Calgaro b623d8eff4
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 76045e6213)
2 years ago

@ -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