summaryrefslogtreecommitdiffstats
path: root/src/widgets/qdialogbuttons.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 22:31:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 22:31:39 -0600
commit41bb408dde90e755b07cd2ab8a9bdec7548c84b0 (patch)
tree6d4d5407c000add30aa78630e009c0e5d633e440 /src/widgets/qdialogbuttons.cpp
parent1740cd279522c060e738bbbffacab83355d2b794 (diff)
downloadtqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.tar.gz
tqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.zip
Automated conversion from qt3
Diffstat (limited to 'src/widgets/qdialogbuttons.cpp')
-rw-r--r--src/widgets/qdialogbuttons.cpp4
1 files changed, 2 insertions, 2 deletions
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) {