diff options
Diffstat (limited to 'korganizer/komessagebox.h')
-rw-r--r-- | korganizer/komessagebox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/komessagebox.h b/korganizer/komessagebox.h index 1ddfa88c2..2335fce77 100644 --- a/korganizer/komessagebox.h +++ b/korganizer/komessagebox.h @@ -33,7 +33,7 @@ class KOMessageBox { public: - static int fourBtnMsgBox( TQWidget *tqparent, TQMessageBox::Icon type, + static int fourBtnMsgBox( TQWidget *parent, TQMessageBox::Icon type, const TQString &text, const TQString &caption = TQString(), const KGuiItem &button1 = KStdGuiItem::yes(), const KGuiItem &button2 = KStdGuiItem::no(), const KGuiItem &button3 = KStdGuiItem::cont(), |