diff options
Diffstat (limited to 'korganizer/koeditordetails.h')
-rw-r--r-- | korganizer/koeditordetails.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/korganizer/koeditordetails.h b/korganizer/koeditordetails.h index 1929a49ab..7d122244b 100644 --- a/korganizer/koeditordetails.h +++ b/korganizer/koeditordetails.h @@ -55,21 +55,21 @@ typedef CustomListViewItem<KCal::Attendee *> AttendeeListItem; /** KOAttendeeListView is a child class of KListView which supports * dropping of attendees (e.g. from kaddressbook) onto it. If an attendeee * was dropped, the signal dropped(Attendee*) is emitted. Valid drop classes - * are KVCardDrag and QTextDrag. + * are KVCardDrag and TQTextDrag. */ class KOAttendeeListView : public KListView { Q_OBJECT public: - KOAttendeeListView (QWidget *parent=0, const char *name=0); + KOAttendeeListView (TQWidget *parent=0, const char *name=0); virtual ~KOAttendeeListView(); - virtual void addAttendee( const QString& newAttendee ); + virtual void addAttendee( const TQString& newAttendee ); public slots: - virtual void contentsDragEnterEvent( QDragEnterEvent *e ); - virtual void dragEnterEvent( QDragEnterEvent *e ); - virtual void contentsDropEvent( QDropEvent *e ); - virtual void dropEvent( QDropEvent *e ); - virtual void contentsDragMoveEvent(QDragMoveEvent *e); + virtual void contentsDragEnterEvent( TQDragEnterEvent *e ); + virtual void dragEnterEvent( TQDragEnterEvent *e ); + virtual void contentsDropEvent( TQDropEvent *e ); + virtual void dropEvent( TQDropEvent *e ); + virtual void contentsDragMoveEvent(TQDragMoveEvent *e); signals: void dropped(Attendee*); }; @@ -79,7 +79,7 @@ class KOEditorDetails : public KOAttendeeEditor { Q_OBJECT public: - KOEditorDetails (int spacing = 8,QWidget* parent = 0, const char* name = 0); + KOEditorDetails (int spacing = 8,TQWidget* parent = 0, const char* name = 0); virtual ~KOEditorDetails(); /** Set widgets to default values */ |