From 41bb408dde90e755b07cd2ab8a9bdec7548c84b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 28 Feb 2012 22:31:39 -0600 Subject: Automated conversion from qt3 --- src/widgets/qdialogbuttons.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets/qdialogbuttons.cpp') diff --git a/src/widgets/qdialogbuttons.cpp b/src/widgets/qdialogbuttons.cpp index 2aad8a193..a14eec3a2 100644 --- a/src/widgets/qdialogbuttons.cpp +++ b/src/widgets/qdialogbuttons.cpp @@ -84,7 +84,7 @@ void TQDialogButtons::init(Q_UINT32 buttons, Orientation orient) { if(buttons == All) { - qWarning("TQDialogButtons: cannot specify All by itself!"); + tqWarning("TQDialogButtons: cannot specify All by itself!"); buttons = None; } d = new TQDialogButtonsPrivate; @@ -173,7 +173,7 @@ void TQDialogButtons::setDefaultButton(Button button) { if(!((int)(d->visible & button) == button)) { - qWarning("TQDialogButtons: Button '%d' is not visible (so cannot be default)", button); + tqWarning("TQDialogButtons: Button '%d' is not visible (so cannot be default)", button); return; } if(d->def != button) { -- cgit v1.2.1