From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- korganizer/koeditordetails.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'korganizer/koeditordetails.h') 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 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 */ -- cgit v1.2.1