summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:14 -0600
commit6f114e7935d43127c6c0269532fb2674cee9a4f5 (patch)
tree222adc3ae4db93c92937de3d09195aca96ae99ce /kopete/kopete/config
parenta484f7e6af77fe25155e9be30a4166c6f479e46d (diff)
downloadtdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.tar.gz
tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.zip
Remove spurious TQ_OBJECT instances
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 ad434137..dc3ff2d6 100644
--- a/kopete/kopete/config/accounts/kopeteaccountconfig.h
+++ b/kopete/kopete/config/accounts/kopeteaccountconfig.h
@@ -33,7 +33,7 @@ class KopeteAccountConfigBase;
class KopeteAccountConfig : public KCModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
KopeteAccountConfig(TQWidget *parent, const char *name, const TQStringList &args );
diff --git a/kopete/kopete/config/appearance/appearanceconfig.h b/kopete/kopete/config/appearance/appearanceconfig.h
index 9de2b11c..60f769a4 100644
--- a/kopete/kopete/config/appearance/appearanceconfig.h
+++ b/kopete/kopete/config/appearance/appearanceconfig.h
@@ -30,7 +30,7 @@
class AppearanceConfig : public KCModule
{
Q_OBJECT
- TQ_OBJECT
+
friend class KopeteStyleNewStuff;
diff --git a/kopete/kopete/config/appearance/emoticonseditdialog.h b/kopete/kopete/config/appearance/emoticonseditdialog.h
index e4435ebf..0d1590d7 100644
--- a/kopete/kopete/config/appearance/emoticonseditdialog.h
+++ b/kopete/kopete/config/appearance/emoticonseditdialog.h
@@ -29,7 +29,7 @@ class EmoticonsEditWidget;
class EditDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
EditDialog(TQWidget *parent, const char* name);
@@ -49,7 +49,7 @@ class EditDialog : public KDialogBase
class EmoticonsEditDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
EmoticonsEditDialog(TQWidget *parent=0, TQString theme = TQString(), const char* name="EmoticonsEditDialog");
diff --git a/kopete/kopete/config/appearance/tooltipeditdialog.h b/kopete/kopete/config/appearance/tooltipeditdialog.h
index 35635359..2e6af96f 100644
--- a/kopete/kopete/config/appearance/tooltipeditdialog.h
+++ b/kopete/kopete/config/appearance/tooltipeditdialog.h
@@ -25,7 +25,7 @@ class TooltipEditWidget;
class TooltipEditDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
TooltipEditDialog(TQWidget *parent=0, const char* name="ToolTipEditDialog");
diff --git a/kopete/kopete/config/avdevice/avdeviceconfig.h b/kopete/kopete/config/avdevice/avdeviceconfig.h
index eb267c44..ee03faf5 100644
--- a/kopete/kopete/config/avdevice/avdeviceconfig.h
+++ b/kopete/kopete/config/avdevice/avdeviceconfig.h
@@ -40,7 +40,7 @@ class AVDeviceConfig_AudioDevice;
class AVDeviceConfig : public KCModule
{
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 4f01c943..c181cda4 100644
--- a/kopete/kopete/config/behavior/behaviorconfig.h
+++ b/kopete/kopete/config/behavior/behaviorconfig.h
@@ -35,7 +35,7 @@ class KPluginInfo;
class BehaviorConfig : public KCModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
BehaviorConfig(TQWidget *parent, const char * name , const TQStringList &args) ;
diff --git a/kopete/kopete/config/identity/globalidentitiesmanager.h b/kopete/kopete/config/identity/globalidentitiesmanager.h
index a253bdc8..e7ee06c0 100644
--- a/kopete/kopete/config/identity/globalidentitiesmanager.h
+++ b/kopete/kopete/config/identity/globalidentitiesmanager.h
@@ -37,7 +37,7 @@ class TQDomDocument;
class GlobalIdentitiesManager : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* @brief Return the single instance of GlobalIdentitiesManager class
diff --git a/kopete/kopete/config/identity/kopeteidentityconfig.h b/kopete/kopete/config/identity/kopeteidentityconfig.h
index c74ae463..107d1ee5 100644
--- a/kopete/kopete/config/identity/kopeteidentityconfig.h
+++ b/kopete/kopete/config/identity/kopeteidentityconfig.h
@@ -36,7 +36,7 @@ class KopeteIdentityConfigBase;
class KopeteIdentityConfig : public KCModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
KopeteIdentityConfig(TQWidget *parent, const char *name, const TQStringList &args );
~KopeteIdentityConfig();
diff --git a/kopete/kopete/config/plugins/kopetepluginconfig.h b/kopete/kopete/config/plugins/kopetepluginconfig.h
index c235a699..7abeb7ed 100644
--- a/kopete/kopete/config/plugins/kopetepluginconfig.h
+++ b/kopete/kopete/config/plugins/kopetepluginconfig.h
@@ -30,7 +30,7 @@ class KopetePluginConfigPrivate;
class KopetePluginConfig : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KopetePluginConfig( TQWidget *parent, const char *name = 0L );