summaryrefslogtreecommitdiffstats
path: root/kaddressbook/interfaces
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/interfaces
parent4bed3ea970817c21a63e468df8e8a45517f751bb (diff)
downloadtdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz
tdepim-210090aed352271bcd474b28db9644d9461d7189.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kaddressbook/interfaces')
-rw-r--r--kaddressbook/interfaces/contacteditorwidget.h2
-rw-r--r--kaddressbook/interfaces/core.h2
-rw-r--r--kaddressbook/interfaces/extensionwidget.h2
-rw-r--r--kaddressbook/interfaces/xxport.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/interfaces/contacteditorwidget.h b/kaddressbook/interfaces/contacteditorwidget.h
index 6f57d200..8ac5d692 100644
--- a/kaddressbook/interfaces/contacteditorwidget.h
+++ b/kaddressbook/interfaces/contacteditorwidget.h
@@ -37,7 +37,7 @@ namespace KAB {
class KDE_EXPORT ContactEditorWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
typedef TQValueList<ContactEditorWidget*> List;
diff --git a/kaddressbook/interfaces/core.h b/kaddressbook/interfaces/core.h
index 3e2a175f..996044f4 100644
--- a/kaddressbook/interfaces/core.h
+++ b/kaddressbook/interfaces/core.h
@@ -55,7 +55,7 @@ class SearchManager;
class KDE_EXPORT Core : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
Core( KXMLGUIClient *client, TQObject *parent, const char *name = 0 );
diff --git a/kaddressbook/interfaces/extensionwidget.h b/kaddressbook/interfaces/extensionwidget.h
index 400472e3..1cca99af 100644
--- a/kaddressbook/interfaces/extensionwidget.h
+++ b/kaddressbook/interfaces/extensionwidget.h
@@ -39,7 +39,7 @@ class ConfigureWidget;
class KDE_EXPORT ExtensionWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
ExtensionWidget( Core *core, TQWidget *parent, const char *name = 0 );
diff --git a/kaddressbook/interfaces/xxport.h b/kaddressbook/interfaces/xxport.h
index 377263fc..7307524d 100644
--- a/kaddressbook/interfaces/xxport.h
+++ b/kaddressbook/interfaces/xxport.h
@@ -68,7 +68,7 @@ namespace KAB {
class KDE_EXPORT XXPort : public TQObject, virtual public KXMLGUIClient
{
Q_OBJECT
- TQ_OBJECT
+
public:
XXPort( KABC::AddressBook *ab, TQWidget *parent, const char *name = 0 );