summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/config')
-rw-r--r--kopete/kopete/config/accounts/kopeteaccountconfig.h2
-rw-r--r--kopete/kopete/config/appearance/appearanceconfig.h2
-rw-r--r--kopete/kopete/config/appearance/emoticonseditdialog.h4
-rw-r--r--kopete/kopete/config/appearance/tooltipeditdialog.h2
-rw-r--r--kopete/kopete/config/avdevice/avdeviceconfig.h2
-rw-r--r--kopete/kopete/config/behavior/behaviorconfig.h2
-rw-r--r--kopete/kopete/config/identity/globalidentitiesmanager.h2
-rw-r--r--kopete/kopete/config/identity/kopeteidentityconfig.h2
-rw-r--r--kopete/kopete/config/plugins/kopetepluginconfig.h2
9 files changed, 10 insertions, 10 deletions
diff --git a/kopete/kopete/config/accounts/kopeteaccountconfig.h b/kopete/kopete/config/accounts/kopeteaccountconfig.h
index 190efbff..6999cbbc 100644
--- a/kopete/kopete/config/accounts/kopeteaccountconfig.h
+++ b/kopete/kopete/config/accounts/kopeteaccountconfig.h
@@ -32,7 +32,7 @@ class KopeteAccountConfigBase;
*/
class KopeteAccountConfig : public TDECModule
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/kopete/config/appearance/appearanceconfig.h b/kopete/kopete/config/appearance/appearanceconfig.h
index c7e3e2e4..18b5091a 100644
--- a/kopete/kopete/config/appearance/appearanceconfig.h
+++ b/kopete/kopete/config/appearance/appearanceconfig.h
@@ -29,7 +29,7 @@
*/
class AppearanceConfig : public TDECModule
{
- Q_OBJECT
+ TQ_OBJECT
friend class KopeteStyleNewStuff;
diff --git a/kopete/kopete/config/appearance/emoticonseditdialog.h b/kopete/kopete/config/appearance/emoticonseditdialog.h
index 0d1590d7..e9040942 100644
--- a/kopete/kopete/config/appearance/emoticonseditdialog.h
+++ b/kopete/kopete/config/appearance/emoticonseditdialog.h
@@ -28,7 +28,7 @@ class EmoticonsEditWidget;
class EditDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -48,7 +48,7 @@ class EditDialog : public KDialogBase
class EmoticonsEditDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/kopete/config/appearance/tooltipeditdialog.h b/kopete/kopete/config/appearance/tooltipeditdialog.h
index 0be839b0..d8ab924c 100644
--- a/kopete/kopete/config/appearance/tooltipeditdialog.h
+++ b/kopete/kopete/config/appearance/tooltipeditdialog.h
@@ -24,7 +24,7 @@ class TooltipEditWidget;
class TooltipEditDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/kopete/config/avdevice/avdeviceconfig.h b/kopete/kopete/config/avdevice/avdeviceconfig.h
index bacf6a0b..ca1b16d4 100644
--- a/kopete/kopete/config/avdevice/avdeviceconfig.h
+++ b/kopete/kopete/config/avdevice/avdeviceconfig.h
@@ -39,7 +39,7 @@ class AVDeviceConfig_AudioDevice;
*/
class AVDeviceConfig : public TDECModule
{
-Q_OBJECT
+TQ_OBJECT
public:
AVDeviceConfig(TQWidget *parent, const char * name , const TQStringList &args);
diff --git a/kopete/kopete/config/behavior/behaviorconfig.h b/kopete/kopete/config/behavior/behaviorconfig.h
index eb31645c..af0ece8a 100644
--- a/kopete/kopete/config/behavior/behaviorconfig.h
+++ b/kopete/kopete/config/behavior/behaviorconfig.h
@@ -34,7 +34,7 @@ class KPluginInfo;
class BehaviorConfig : public TDECModule
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/kopete/config/identity/globalidentitiesmanager.h b/kopete/kopete/config/identity/globalidentitiesmanager.h
index e7ee06c0..d1196f28 100644
--- a/kopete/kopete/config/identity/globalidentitiesmanager.h
+++ b/kopete/kopete/config/identity/globalidentitiesmanager.h
@@ -36,7 +36,7 @@ class TQDomDocument;
*/
class GlobalIdentitiesManager : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/kopete/kopete/config/identity/kopeteidentityconfig.h b/kopete/kopete/config/identity/kopeteidentityconfig.h
index ce09c6ca..51bf048d 100644
--- a/kopete/kopete/config/identity/kopeteidentityconfig.h
+++ b/kopete/kopete/config/identity/kopeteidentityconfig.h
@@ -35,7 +35,7 @@ class KopeteIdentityConfigBase;
*/
class KopeteIdentityConfig : public TDECModule
{
- Q_OBJECT
+ TQ_OBJECT
public:
KopeteIdentityConfig(TQWidget *parent, const char *name, const TQStringList &args );
diff --git a/kopete/kopete/config/plugins/kopetepluginconfig.h b/kopete/kopete/config/plugins/kopetepluginconfig.h
index a0670259..30004b1b 100644
--- a/kopete/kopete/config/plugins/kopetepluginconfig.h
+++ b/kopete/kopete/config/plugins/kopetepluginconfig.h
@@ -29,7 +29,7 @@ class KopetePluginConfigPrivate;
*/
class KopetePluginConfig : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public: