Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/6/head
Michele Calgaro 2 years ago
parent e3d113e355
commit eccf11ea06
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -45,7 +45,7 @@ class KNemoCheckListItem;
class ConfigDialog : public TDECModule class ConfigDialog : public TDECModule
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**
@ -132,7 +132,7 @@ private:
class KNemoCheckListItem : public TQObject, public TQCheckListItem class KNemoCheckListItem : public TQObject, public TQCheckListItem
{ {
Q_OBJECT TQ_OBJECT
public: public:
KNemoCheckListItem( TQListView* view ) KNemoCheckListItem( TQListView* view )

@ -37,7 +37,7 @@ class TDEProcess;
class NetToolsBackend : public TQObject, BackendBase class NetToolsBackend : public TQObject, BackendBase
{ {
Q_OBJECT TQ_OBJECT
public: public:
NetToolsBackend(TQDict<Interface>& interfaces ); NetToolsBackend(TQDict<Interface>& interfaces );

@ -45,7 +45,7 @@ class InterfaceStatisticsDialog;
*/ */
class Interface : public TQObject class Interface : public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**

@ -37,7 +37,7 @@ class InterfaceTray;
class InterfaceIcon : public TQObject class InterfaceIcon : public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**

@ -37,7 +37,7 @@ class Interface;
class InterfaceMonitor : public TQObject class InterfaceMonitor : public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**

@ -76,7 +76,7 @@ protected:
class InterfaceStatistics : public TQObject class InterfaceStatistics : public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**

@ -37,7 +37,7 @@ class Interface;
class InterfaceStatisticsDialog : public InterfaceStatisticsDlg class InterfaceStatisticsDialog : public InterfaceStatisticsDlg
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**

@ -37,7 +37,7 @@ class Interface;
class InterfaceStatusDialog : public InterfaceStatusDlg class InterfaceStatusDialog : public InterfaceStatusDlg
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**

@ -35,7 +35,7 @@ class TQWidget;
class InterfaceTray : public KSystemTray class InterfaceTray : public KSystemTray
{ {
Q_OBJECT TQ_OBJECT
public: public:
/** /**

@ -50,7 +50,7 @@ namespace KNotifyClient {
class KNemoDaemon : public KDEDModule class KNemoDaemon : public KDEDModule
{ {
K_DCOP K_DCOP
Q_OBJECT TQ_OBJECT
// //
public: public:
/** /**

@ -38,7 +38,7 @@ class TQColor;
class SignalPlotter : public TQDialog class SignalPlotter : public TQDialog
{ {
Q_OBJECT TQ_OBJECT
public: public:

Loading…
Cancel
Save