summaryrefslogtreecommitdiffstats
path: root/kmail/recipientseditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/recipientseditor.h')
-rw-r--r--kmail/recipientseditor.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kmail/recipientseditor.h b/kmail/recipientseditor.h
index db63c8fe6..aadf25bc3 100644
--- a/kmail/recipientseditor.h
+++ b/kmail/recipientseditor.h
@@ -72,7 +72,7 @@ class Recipient
class RecipientComboBox : public TQComboBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
RecipientComboBox( TQWidget *parent );
@@ -86,7 +86,7 @@ class RecipientComboBox : public TQComboBox
class RecipientLineEdit : public KMLineEdit
{
Q_OBJECT
- TQ_OBJECT
+
public:
RecipientLineEdit( TQWidget * parent ) :
KMLineEdit( true, parent ) {}
@@ -103,7 +103,7 @@ class RecipientLineEdit : public KMLineEdit
class RecipientLine : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
RecipientLine( TQWidget *parent );
@@ -173,7 +173,7 @@ class RecipientLine : public TQWidget
class RecipientsView : public TQScrollView
{
Q_OBJECT
- TQ_OBJECT
+
public:
RecipientsView( TQWidget *parent );
@@ -267,7 +267,7 @@ class RecipientsToolTip : public TQToolTip
class SideWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
SideWidget( RecipientsView *view, TQWidget *parent );
~SideWidget();
@@ -299,7 +299,7 @@ class SideWidget : public TQWidget
class RecipientsEditor : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
RecipientsEditor( TQWidget *parent );
~RecipientsEditor();