Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/2/head
Michele Calgaro 10 months ago
parent aa806af764
commit 1dc0f72721
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -30,7 +30,7 @@ class TrayLabelMgr;
class TDEDocker : public TDEApplication class TDEDocker : public TDEApplication
{ {
Q_OBJECT TQ_OBJECT
public: public:
TDEDocker(); TDEDocker();

@ -51,7 +51,7 @@ class TDEToggleAction;
class TQTrayLabel : public TQLabel class TQTrayLabel : public TQLabel
{ {
Q_OBJECT TQ_OBJECT
public: public:
TQTrayLabel(Window w, TQWidget *p = NULL, const TQString &text = TQString::null); TQTrayLabel(Window w, TQWidget *p = NULL, const TQString &text = TQString::null);

@ -35,7 +35,7 @@ class TQSessionManager;
class TrayLabelMgr : public TQObject, public KSessionManaged class TrayLabelMgr : public TQObject, public KSessionManaged
{ {
Q_OBJECT TQ_OBJECT
public: public:
static TrayLabelMgr* instance(); static TrayLabelMgr* instance();

Loading…
Cancel
Save