summaryrefslogtreecommitdiffstats
path: root/korganizer/koeditorattachments.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/koeditorattachments.h')
-rw-r--r--korganizer/koeditorattachments.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/koeditorattachments.h b/korganizer/koeditorattachments.h
index b5df45c6..a95c4999 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();