diff options
Diffstat (limited to 'korganizer/koeditorattachments.h')
-rw-r--r-- | korganizer/koeditorattachments.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/koeditorattachments.h b/korganizer/koeditorattachments.h index b5df45c67..a95c49992 100644 --- a/korganizer/koeditorattachments.h +++ b/korganizer/koeditorattachments.h @@ -59,7 +59,7 @@ class AttachmentEditDialog : public KDialogBase Q_OBJECT TQ_OBJECT public: - AttachmentEditDialog( AttachmentListItem *item, TQWidget *tqparent=0 ); + AttachmentEditDialog( AttachmentListItem *item, TQWidget *parent=0 ); void accept(); @@ -83,7 +83,7 @@ class KOEditorAttachments : public TQWidget Q_OBJECT TQ_OBJECT public: - KOEditorAttachments( int spacing = 8, TQWidget *tqparent = 0, + KOEditorAttachments( int spacing = 8, TQWidget *parent = 0, const char *name = 0 ); ~KOEditorAttachments(); @@ -156,7 +156,7 @@ class AttachmentIconView : public KIconView friend class KOEditorAttachments; public: - AttachmentIconView( KOEditorAttachments* tqparent=0 ); + AttachmentIconView( KOEditorAttachments* parent=0 ); KURL tempFileForAttachment( KCal::Attachment *attachment ); TQDragObject *mimeData(); ~AttachmentIconView(); |