summaryrefslogtreecommitdiffstats
path: root/plugins/kmail/bodypartformatter/attendeeselector.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kmail/bodypartformatter/attendeeselector.h')
-rw-r--r--plugins/kmail/bodypartformatter/attendeeselector.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/kmail/bodypartformatter/attendeeselector.h b/plugins/kmail/bodypartformatter/attendeeselector.h
index 83dbe689e..eb843f1fb 100644
--- a/plugins/kmail/bodypartformatter/attendeeselector.h
+++ b/plugins/kmail/bodypartformatter/attendeeselector.h
@@ -31,14 +31,14 @@ class AttendeeSelector : public KDialogBase
{
Q_OBJECT
public:
- AttendeeSelector( QWidget *parent = 0 );
+ AttendeeSelector( TQWidget *parent = 0 );
- QStringList attendees() const;
+ TQStringList attendees() const;
private slots:
void addClicked();
void removeClicked();
- void textChanged( const QString &text );
+ void textChanged( const TQString &text );
void selectionChanged();
private: