diff options
Diffstat (limited to 'kontact/plugins/knotes/knotes_part_p.h')
-rw-r--r-- | kontact/plugins/knotes/knotes_part_p.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kontact/plugins/knotes/knotes_part_p.h b/kontact/plugins/knotes/knotes_part_p.h index 9f8a4bb83..a6e23d899 100644 --- a/kontact/plugins/knotes/knotes_part_p.h +++ b/kontact/plugins/knotes/knotes_part_p.h @@ -60,8 +60,8 @@ class KNotesIconViewItem : public KIconViewItem { public: - KNotesIconViewItem( KIconView *tqparent, KCal::Journal *journal ) - : KIconViewItem( tqparent ), + KNotesIconViewItem( KIconView *parent, KCal::Journal *journal ) + : KIconViewItem( parent ), mJournal( journal ) { setRenameEnabled( true ); @@ -118,9 +118,9 @@ class KNoteEditDlg : public KDialogBase, virtual public KXMLGUIClient TQ_OBJECT public: - KNoteEditDlg( TQWidget *tqparent = 0, const char *name = 0 ) + KNoteEditDlg( TQWidget *parent = 0, const char *name = 0 ) : KDialogBase( Plain, i18n( "Edit Note" ), Ok | Cancel, Ok, - tqparent, name, true, true ) + parent, name, true, true ) { // this dialog is modal to prevent one from editing the same note twice in two // different windows |