summaryrefslogtreecommitdiffstats
path: root/kaddressbook/kcmconfigs
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:47 -0600
commit210090aed352271bcd474b28db9644d9461d7189 (patch)
tree90a41c57403e068d3d7616952c02aa3af88f3d7c /kaddressbook/kcmconfigs
parent4bed3ea970817c21a63e468df8e8a45517f751bb (diff)
downloadtdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz
tdepim-210090aed352271bcd474b28db9644d9461d7189.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kaddressbook/kcmconfigs')
-rw-r--r--kaddressbook/kcmconfigs/addhostdialog.h2
-rw-r--r--kaddressbook/kcmconfigs/addresseewidget.h4
-rw-r--r--kaddressbook/kcmconfigs/extensionconfigdialog.h2
-rw-r--r--kaddressbook/kcmconfigs/kabconfigwidget.h2
-rw-r--r--kaddressbook/kcmconfigs/kcmkabconfig.h2
-rw-r--r--kaddressbook/kcmconfigs/kcmkabldapconfig.h2
-rw-r--r--kaddressbook/kcmconfigs/ldapoptionswidget.h2
7 files changed, 8 insertions, 8 deletions
diff --git a/kaddressbook/kcmconfigs/addhostdialog.h b/kaddressbook/kcmconfigs/addhostdialog.h
index 7d483167..da6cc392 100644
--- a/kaddressbook/kcmconfigs/addhostdialog.h
+++ b/kaddressbook/kcmconfigs/addhostdialog.h
@@ -35,7 +35,7 @@ class TQSpinBox;
class AddHostDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddHostDialog( KPIM::LdapServer* server, TQWidget* parent = 0, const char* name = 0 );
diff --git a/kaddressbook/kcmconfigs/addresseewidget.h b/kaddressbook/kcmconfigs/addresseewidget.h
index b7c55b9e..ec476096 100644
--- a/kaddressbook/kcmconfigs/addresseewidget.h
+++ b/kaddressbook/kcmconfigs/addresseewidget.h
@@ -36,7 +36,7 @@ class TQPushButton;
class NamePartWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
NamePartWidget( const TQString &title, const TQString &label, TQWidget *parent,
@@ -69,7 +69,7 @@ class NamePartWidget : public TQWidget
class AddresseeWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddresseeWidget( TQWidget *parent, const char *name = 0 );
diff --git a/kaddressbook/kcmconfigs/extensionconfigdialog.h b/kaddressbook/kcmconfigs/extensionconfigdialog.h
index 6c595b44..93a3c850 100644
--- a/kaddressbook/kcmconfigs/extensionconfigdialog.h
+++ b/kaddressbook/kcmconfigs/extensionconfigdialog.h
@@ -35,7 +35,7 @@ class ConfigureWidget;
class ExtensionConfigDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
ExtensionConfigDialog( KAB::ExtensionFactory *factory, KConfig *config,
diff --git a/kaddressbook/kcmconfigs/kabconfigwidget.h b/kaddressbook/kcmconfigs/kabconfigwidget.h
index 1a4fc666..a3756320 100644
--- a/kaddressbook/kcmconfigs/kabconfigwidget.h
+++ b/kaddressbook/kcmconfigs/kabconfigwidget.h
@@ -39,7 +39,7 @@ class AddresseeWidget;
class KABConfigWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KABConfigWidget( TQWidget *parent, const char *name = 0 );
diff --git a/kaddressbook/kcmconfigs/kcmkabconfig.h b/kaddressbook/kcmconfigs/kcmkabconfig.h
index 42348145..ceadd6c9 100644
--- a/kaddressbook/kcmconfigs/kcmkabconfig.h
+++ b/kaddressbook/kcmconfigs/kcmkabconfig.h
@@ -31,7 +31,7 @@ class KABConfigWidget;
class KCMKabConfig : public KCModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
KCMKabConfig( TQWidget *parent = 0, const char *name = 0 );
diff --git a/kaddressbook/kcmconfigs/kcmkabldapconfig.h b/kaddressbook/kcmconfigs/kcmkabldapconfig.h
index cfa7028d..0325c88e 100644
--- a/kaddressbook/kcmconfigs/kcmkabldapconfig.h
+++ b/kaddressbook/kcmconfigs/kcmkabldapconfig.h
@@ -33,7 +33,7 @@ class LDAPOptionsWidget;
class KCMKabLdapConfig : public KCModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
KCMKabLdapConfig( TQWidget *parent = 0, const char *name = 0 );
diff --git a/kaddressbook/kcmconfigs/ldapoptionswidget.h b/kaddressbook/kcmconfigs/ldapoptionswidget.h
index f8e834b6..8be3b83a 100644
--- a/kaddressbook/kcmconfigs/ldapoptionswidget.h
+++ b/kaddressbook/kcmconfigs/ldapoptionswidget.h
@@ -34,7 +34,7 @@ class TQPushButton;
class LDAPOptionsWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
LDAPOptionsWidget( TQWidget* parent = 0, const char* name = 0 );