Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/4/head
Michele Calgaro 9 months ago
parent c67f608402
commit ae3a79b237
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -43,7 +43,7 @@ class IconThemesConfig;
class DeKoratorConfig : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:
DeKoratorConfig( TDEConfig* config, TQWidget* parent );
~DeKoratorConfig();

@ -47,7 +47,7 @@ class TQStringList;
class IconThemesConfig : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:
IconThemesConfig( TQWidget *parent, TDEListView *themesView/*, TQPushButton *removethemeBtn*/ );

@ -194,7 +194,7 @@ inline bool DeKoratorFactory::initialized()
class DeKoratorButton : public TQButton
{
Q_OBJECT
TQ_OBJECT
public:
DeKoratorButton( bool isLeft, int buttonWidth, int buttonHeight, DeKoratorClient *parent = 0, const char *name = 0,
const TQString &tip = NULL, ButtonType type = ButtonHelp, buttonTypeAll btnType = restore );
@ -257,7 +257,7 @@ inline void DeKoratorButton::reset()
class DeKoratorClient : public KDecoration
{
Q_OBJECT
TQ_OBJECT
public:
DeKoratorClient( KDecorationBridge *b, KDecorationFactory *f );
virtual ~DeKoratorClient();

Loading…
Cancel
Save