summaryrefslogtreecommitdiffstats
path: root/korganizer/komessagebox.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/komessagebox.h')
-rw-r--r--korganizer/komessagebox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/komessagebox.h b/korganizer/komessagebox.h
index 1ddfa88c..2335fce7 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(),