diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-06 20:38:40 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-06 20:38:40 -0600 |
| commit | eb1d1e0dec5720ace27395e290b7093cd68b150d (patch) | |
| tree | 04a199ef5ea853d86a6f9a44716c0874d41c20f6 /src/dialogs | |
| parent | ae8aba1e0f17943046e6bfa889b169f7fc41da0d (diff) | |
| download | tqt-eb1d1e0dec5720ace27395e290b7093cd68b150d.tar.gz tqt-eb1d1e0dec5720ace27395e290b7093cd68b150d.zip | |
Automated update from qt3
Diffstat (limited to 'src/dialogs')
| -rw-r--r-- | src/dialogs/qcolordialog.cpp | 2 | ||||
| -rw-r--r-- | src/dialogs/qdialog.cpp | 4 | ||||
| -rw-r--r-- | src/dialogs/qwizard.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/dialogs/qcolordialog.cpp b/src/dialogs/qcolordialog.cpp index fada75546..a4863f868 100644 --- a/src/dialogs/qcolordialog.cpp +++ b/src/dialogs/qcolordialog.cpp @@ -327,7 +327,7 @@ void TQWellArray::setSelected( int row, int col ) if ( row >= 0 ) emit selected( row, col ); - if ( isVisible() && ::qt_cast<TQPopupMenu*>(parentWidget()) ) + if ( isVisible() && ::tqt_cast<TQPopupMenu*>(parentWidget()) ) parentWidget()->close(); } diff --git a/src/dialogs/qdialog.cpp b/src/dialogs/qdialog.cpp index 90974de05..4f40ded28 100644 --- a/src/dialogs/qdialog.cpp +++ b/src/dialogs/qdialog.cpp @@ -744,7 +744,7 @@ void TQDialog::show() TQWidget *first = fd->next(); // Get first main widget if ( d->mainDef && first != d->mainDef && - ::qt_cast<TQPushButton*>(first) ) + ::tqt_cast<TQPushButton*>(first) ) d->mainDef->setFocus(); } @@ -759,7 +759,7 @@ void TQDialog::show() TQWidget *candidate = home; Q_ASSERT( candidate == fw ); do { - TQPushButton *pb = ::qt_cast<TQPushButton*>(candidate); + TQPushButton *pb = ::tqt_cast<TQPushButton*>(candidate); if ( pb && pb->autoDefault() ) { pb->setDefault( TRUE ); break; diff --git a/src/dialogs/qwizard.cpp b/src/dialogs/qwizard.cpp index 30720e831..a11094a6f 100644 --- a/src/dialogs/qwizard.cpp +++ b/src/dialogs/qwizard.cpp @@ -446,7 +446,7 @@ void TQWizard::help() return; #if 0 - TQWizardPage *wpage = ::qt_cast<TQWizardPage*>(page); + TQWizardPage *wpage = ::tqt_cast<TQWizardPage*>(page); if ( wpage ) emit wpage->helpClicked(); #endif |
