summaryrefslogtreecommitdiffstats
path: root/korganizer/komessagebox.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/komessagebox.h')
-rw-r--r--korganizer/komessagebox.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/komessagebox.h b/korganizer/komessagebox.h
index a1499bfe..1ddfa88c 100644
--- a/korganizer/komessagebox.h
+++ b/korganizer/komessagebox.h
@@ -17,8 +17,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#ifndef KOMESSAGEBOX_H
#define KOMESSAGEBOX_H
@@ -33,8 +33,8 @@
class KOMessageBox
{
public:
- static int fourBtnMsgBox( TQWidget *parent, TQMessageBox::Icon type,
- const TQString &text, const TQString &caption = TQString::null,
+ static int fourBtnMsgBox( TQWidget *tqparent, 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(),
int options = 0 );