summaryrefslogtreecommitdiffstats
path: root/korganizer/koeditordetails.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
commit7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch)
tree8474f9b444b2756228600050f07a7ff25de532b2 /korganizer/koeditordetails.h
parentf587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff)
downloadtdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz
tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'korganizer/koeditordetails.h')
-rw-r--r--korganizer/koeditordetails.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/korganizer/koeditordetails.h b/korganizer/koeditordetails.h
index 1929a49a..7d122244 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 */