Rename additional members for tqt3

pull/1/head
Timothy Pearson 12 years ago
parent f7d9daf42f
commit e83bbbfeff

@ -385,7 +385,7 @@ void Autoreplace_Config::showRegExpEditor()
{
// tdeutils was installed, so the dialog was found. Fetch the editor interface.
KRegExpEditorInterface *reEditor =
static_cast<KRegExpEditorInterface *>(editorDialog->qt_cast( "KRegExpEditorInterface" ) );
static_cast<KRegExpEditorInterface *>(editorDialog->tqt_cast( "KRegExpEditorInterface" ) );
Q_ASSERT(reEditor); // This should not fail!
reEditor->setRegExp(patternInput->text());
int dlgResult = editorDialog->exec();

@ -206,7 +206,7 @@ void Highlight_Config::highlightTextEditButtonClicked()
{
// tdeutils was installed, so the dialog was found. Fetch the editor interface.
KRegExpEditorInterface *reEditor =
static_cast<KRegExpEditorInterface *>(editorDialog->qt_cast( "KRegExpEditorInterface" ) );
static_cast<KRegExpEditorInterface *>(editorDialog->tqt_cast( "KRegExpEditorInterface" ) );
Q_ASSERT( reEditor ); // This should not fail!// now use the editor.
reEditor->setRegExp(patternInput->text());
int dlgResult = editorDialog->exec();

Loading…
Cancel
Save