Replace Q_OBJECT with TQ_OBJECT

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save