Replace Q_OBJECT with TQ_OBJECT

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

@ -23,7 +23,7 @@ class TQPushButton;
class BrightnessChooser : public TQWidget
{
Q_OBJECT
TQ_OBJECT
public:
BrightnessChooser( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );

@ -31,7 +31,7 @@ Implementation slots for BrightnessChooser
*/
class BrightnessChooserImpl : public BrightnessChooser
{
Q_OBJECT
TQ_OBJECT
public:
BrightnessChooserImpl(TQWidget *parent = 0, const char *name = 0);

@ -36,7 +36,7 @@ class KlcdDimmerApplet;
class klcddimmer : public KPanelApplet
{
Q_OBJECT
TQ_OBJECT
public:
/**

@ -31,7 +31,7 @@ class TQBoxLayout;
*/
class KlcdDimmerApplet : public TQWidget
{
Q_OBJECT
TQ_OBJECT
public:
KlcdDimmerApplet(TQWidget *parent=0, const char *name=0);

@ -24,7 +24,7 @@ class TQCheckBox;
class ProgPreferences : public TQWidget
{
Q_OBJECT
TQ_OBJECT
public:
ProgPreferences( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );

Loading…
Cancel
Save