summaryrefslogtreecommitdiffstats
path: root/src/tdebluez
diff options
context:
space:
mode:
Diffstat (limited to 'src/tdebluez')
-rw-r--r--src/tdebluez/adapterconfig.h2
-rw-r--r--src/tdebluez/adapterconfigdialog.h2
-rw-r--r--src/tdebluez/application.h2
-rw-r--r--src/tdebluez/devicesetupwizard.h2
-rw-r--r--src/tdebluez/devicewizard.h2
-rw-r--r--src/tdebluez/mediacontrol.h2
-rw-r--r--src/tdebluez/trayicon.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/tdebluez/adapterconfig.h b/src/tdebluez/adapterconfig.h
index 2936580..d360bab 100644
--- a/src/tdebluez/adapterconfig.h
+++ b/src/tdebluez/adapterconfig.h
@@ -43,7 +43,7 @@ using namespace TDEBluetooth;
class AdapterConfig: public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
AdapterConfig(ObjectManagerImpl *mgr, AdapterImpl *adapter);
diff --git a/src/tdebluez/adapterconfigdialog.h b/src/tdebluez/adapterconfigdialog.h
index 7cb0157..e5c777c 100644
--- a/src/tdebluez/adapterconfigdialog.h
+++ b/src/tdebluez/adapterconfigdialog.h
@@ -37,7 +37,7 @@ using namespace TDEBluetooth;
class AdapterConfigDialog: public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
AdapterConfigDialog(TDEBluetoothApp *app);
diff --git a/src/tdebluez/application.h b/src/tdebluez/application.h
index 84411ad..ff12551 100644
--- a/src/tdebluez/application.h
+++ b/src/tdebluez/application.h
@@ -42,7 +42,7 @@ using namespace TDEBluetooth;
class TDEBluetoothApp: public KUniqueApplication
{
- Q_OBJECT
+ TQ_OBJECT
public:
TDEBluetoothApp();
diff --git a/src/tdebluez/devicesetupwizard.h b/src/tdebluez/devicesetupwizard.h
index c75e839..98f7277 100644
--- a/src/tdebluez/devicesetupwizard.h
+++ b/src/tdebluez/devicesetupwizard.h
@@ -34,7 +34,7 @@ using namespace TDEBluetooth;
class DeviceSetupWizard: public DeviceSetupWizardDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
DeviceSetupWizard(ObjectManagerImpl *manager);
diff --git a/src/tdebluez/devicewizard.h b/src/tdebluez/devicewizard.h
index dae8fe5..67bda35 100644
--- a/src/tdebluez/devicewizard.h
+++ b/src/tdebluez/devicewizard.h
@@ -47,7 +47,7 @@ using namespace TDEBluetooth;
class DeviceWizard: public DeviceDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
DeviceWizard(TDEBluetoothApp* app);
diff --git a/src/tdebluez/mediacontrol.h b/src/tdebluez/mediacontrol.h
index b096045..c7be1dd 100644
--- a/src/tdebluez/mediacontrol.h
+++ b/src/tdebluez/mediacontrol.h
@@ -34,7 +34,7 @@
class MediaControl: public MediaCtlDlg
{
- Q_OBJECT
+ TQ_OBJECT
public:
MediaControl(TQString path, TQT_DBusConnection* conn);
diff --git a/src/tdebluez/trayicon.h b/src/tdebluez/trayicon.h
index b77b918..2ca747e 100644
--- a/src/tdebluez/trayicon.h
+++ b/src/tdebluez/trayicon.h
@@ -54,7 +54,7 @@ class TDEBluetoothApp;
*/
class TrayIcon: public KSystemTray
{
- Q_OBJECT
+ TQ_OBJECT
public:
TrayIcon(TDEBluetoothApp* app);