23 #ifndef KOMESSAGEBOX_H
24 #define KOMESSAGEBOX_H
27 #include <kstdguiitem.h>
28 #include <tdemessagebox.h>
29 #include <tqmessagebox.h>
36 static int fourBtnMsgBox( TQWidget *parent, TQMessageBox::Icon type,
37 const TQString &text, const TQString &caption = TQString(),
38 const KGuiItem &button1 = KStdGuiItem::yes(), const KGuiItem &button2 = KStdGuiItem::no(),
39 const KGuiItem &button3 = KStdGuiItem::cont(),
|