summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/contactlist
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/contactlist')
-rw-r--r--kopete/kopete/contactlist/customnotificationprops.h2
-rw-r--r--kopete/kopete/contactlist/kopetecontactlistview.h2
-rw-r--r--kopete/kopete/contactlist/kopetegrouplistaction.h2
-rw-r--r--kopete/kopete/contactlist/kopetegroupviewitem.h2
-rw-r--r--kopete/kopete/contactlist/kopetelviprops.h4
-rw-r--r--kopete/kopete/contactlist/kopetemetacontactlvi.h2
-rw-r--r--kopete/kopete/contactlist/tdeabcexport.h2
7 files changed, 8 insertions, 8 deletions
diff --git a/kopete/kopete/contactlist/customnotificationprops.h b/kopete/kopete/contactlist/customnotificationprops.h
index ecc0caec..6a2dc4ff 100644
--- a/kopete/kopete/contactlist/customnotificationprops.h
+++ b/kopete/kopete/contactlist/customnotificationprops.h
@@ -29,7 +29,7 @@ class NotifyDataObject;
class CustomNotificationProps : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
CustomNotificationProps( TQWidget *parent, Kopete::NotifyDataObject* item, const char * name = 0 );
diff --git a/kopete/kopete/contactlist/kopetecontactlistview.h b/kopete/kopete/contactlist/kopetecontactlistview.h
index a513a2bf..9bbc0d73 100644
--- a/kopete/kopete/contactlist/kopetecontactlistview.h
+++ b/kopete/kopete/contactlist/kopetecontactlistview.h
@@ -58,7 +58,7 @@ class MessageEvent;
*/
class KopeteContactListView : public Kopete::UI::ListView::ListView
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/kopete/contactlist/kopetegrouplistaction.h b/kopete/kopete/contactlist/kopetegrouplistaction.h
index 8230e030..40267bb5 100644
--- a/kopete/kopete/contactlist/kopetegrouplistaction.h
+++ b/kopete/kopete/contactlist/kopetegrouplistaction.h
@@ -28,7 +28,7 @@
*/
class KopeteGroupListAction : public TDEListAction
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/kopete/contactlist/kopetegroupviewitem.h b/kopete/kopete/contactlist/kopetegroupviewitem.h
index f42b614c..fc87bf54 100644
--- a/kopete/kopete/contactlist/kopetegroupviewitem.h
+++ b/kopete/kopete/contactlist/kopetegroupviewitem.h
@@ -34,7 +34,7 @@ class Group;
*/
class KopeteGroupViewItem : public Kopete::UI::ListView::Item
{
- Q_OBJECT
+ TQ_OBJECT
public:
KopeteGroupViewItem( Kopete::Group *group , TQListView *parent, const char *name = 0 );
diff --git a/kopete/kopete/contactlist/kopetelviprops.h b/kopete/kopete/contactlist/kopetelviprops.h
index 902ff703..ac28d7fd 100644
--- a/kopete/kopete/contactlist/kopetelviprops.h
+++ b/kopete/kopete/contactlist/kopetelviprops.h
@@ -42,7 +42,7 @@ namespace Kopete { class Contact; }
class KopeteGVIProps: public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -64,7 +64,7 @@ class KopeteGVIProps: public KDialogBase
class KopeteMetaLVIProps: public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/kopete/contactlist/kopetemetacontactlvi.h b/kopete/kopete/contactlist/kopetemetacontactlvi.h
index c9cb0873..c2c646fd 100644
--- a/kopete/kopete/contactlist/kopetemetacontactlvi.h
+++ b/kopete/kopete/contactlist/kopetemetacontactlvi.h
@@ -52,7 +52,7 @@ class KopeteGroupViewItem;
*/
class KopeteMetaContactLVI : public Kopete::UI::ListView::Item
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/kopete/contactlist/tdeabcexport.h b/kopete/kopete/contactlist/tdeabcexport.h
index c686dafd..fe36c70f 100644
--- a/kopete/kopete/contactlist/tdeabcexport.h
+++ b/kopete/kopete/contactlist/tdeabcexport.h
@@ -35,7 +35,7 @@ namespace KRES {
class KabcExportWizard : public KabcExportWizard_Base
{
-Q_OBJECT
+TQ_OBJECT
public:
KabcExportWizard( TQWidget *parent = 0, const char *name = 0 );