Replace Q_OBJECT with TQ_OBJECT

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

@ -37,7 +37,7 @@ namespace TDEBluetooth
class KDE_EXPORT AdapterImpl: public Adapter1Proxy
{
Q_OBJECT
TQ_OBJECT
public:
AdapterImpl(const TQString& service, const TQString& path, TQObject* parent = 0, const char* name = 0);

@ -40,7 +40,7 @@ namespace TDEBluetooth
class KDE_EXPORT DeviceImpl: public org::bluez::Device1Proxy
{
Q_OBJECT
TQ_OBJECT
public:
DeviceImpl(const TQString& service, const TQString& path, TQObject* parent = 0, const char* name = 0);

@ -50,7 +50,7 @@ namespace TDEBluetooth
class KDE_EXPORT ObjectManagerImpl : public org::freedesktop::DBus::ObjectManagerProxy
{
Q_OBJECT
TQ_OBJECT
public:
ObjectManagerImpl(const TQString& service, const TQString& path, TQObject* parent = 0, const char* name = 0);

@ -43,7 +43,7 @@ namespace TDEObex
class KDE_EXPORT ObexObjectManagerImpl: public org::freedesktop::DBus::ObjectManagerProxy
{
Q_OBJECT
TQ_OBJECT
public:
// ObexObjectManagerImpl(){}

@ -43,7 +43,7 @@ using namespace TDEBluetooth;
class AdapterConfig: public TQObject
{
Q_OBJECT
TQ_OBJECT
public:
AdapterConfig(ObjectManagerImpl *mgr, AdapterImpl *adapter);

@ -37,7 +37,7 @@ using namespace TDEBluetooth;
class AdapterConfigDialog: public KDialogBase
{
Q_OBJECT
TQ_OBJECT
public:
AdapterConfigDialog(TDEBluetoothApp *app);

@ -42,7 +42,7 @@ using namespace TDEBluetooth;
class TDEBluetoothApp: public KUniqueApplication
{
Q_OBJECT
TQ_OBJECT
public:
TDEBluetoothApp();

@ -34,7 +34,7 @@ using namespace TDEBluetooth;
class DeviceSetupWizard: public DeviceSetupWizardDialog
{
Q_OBJECT
TQ_OBJECT
public:
DeviceSetupWizard(ObjectManagerImpl *manager);

@ -47,7 +47,7 @@ using namespace TDEBluetooth;
class DeviceWizard: public DeviceDialog
{
Q_OBJECT
TQ_OBJECT
public:
DeviceWizard(TDEBluetoothApp* app);

@ -34,7 +34,7 @@
class MediaControl: public MediaCtlDlg
{
Q_OBJECT
TQ_OBJECT
public:
MediaControl(TQString path, TQT_DBusConnection* conn);

@ -54,7 +54,7 @@ class TDEBluetoothApp;
*/
class TrayIcon: public KSystemTray
{
Q_OBJECT
TQ_OBJECT
public:
TrayIcon(TDEBluetoothApp* app);

@ -32,7 +32,7 @@
class TDEBluezAuth: public KUniqueApplication
{
Q_OBJECT
TQ_OBJECT
public:
TDEBluezAuth();

@ -36,7 +36,7 @@
class AuthorizeDialog : public KDialogBase
{
Q_OBJECT
TQ_OBJECT
public:
AuthorizeDialog(const TQString &addr, const TQString &devName, const TQString &service);

@ -39,7 +39,7 @@
class PinDialog : public KDialogBase
{
Q_OBJECT
TQ_OBJECT
public:
PinDialog(const TQString &addr, const TQString &devName);

@ -21,7 +21,7 @@ namespace TDEIO { class Job; }
class CommandHandler : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:
CommandHandler(TDECmdLineArgs *args);

@ -20,7 +20,7 @@
class TDEioBluetooth : public TDEIO::ForwardingSlaveBase
{
Q_OBJECT
TQ_OBJECT
public:
TDEioBluetooth(const TQCString &protocol, const TQCString &pool_socket, const TQCString &app_socket);

@ -36,7 +36,7 @@ using namespace TDEIO;
class Obex : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:
Obex(TQString & mProtocol);

@ -37,7 +37,7 @@
class ObexProtocol: public TQObject, public TDEIO::SlaveBase {
Q_OBJECT
TQ_OBJECT
public:
ObexProtocol(const TQCString &protcol, const TQCString &pool_socket,

Loading…
Cancel
Save