diff options
Diffstat (limited to 'kdeui/kcombobox.cpp')
-rw-r--r-- | kdeui/kcombobox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/kcombobox.cpp b/kdeui/kcombobox.cpp index 94df22190..25a6a4a43 100644 --- a/kdeui/kcombobox.cpp +++ b/kdeui/kcombobox.cpp @@ -261,7 +261,7 @@ void KComboBox::setLineEdit( TQLineEdit *edit ) } TQComboBox::setLineEdit( edit ); - d->klineEdit = dynamic_cast<KLineEdit*>( edit ); + d->klineEdit = tqt_dynamic_cast<KLineEdit*>( edit ); setDelegate( d->klineEdit ); // Connect the returnPressed signal for both Q[K]LineEdits' |