From 138bb80efac020c7e78871d3f05127eb37f18274 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 26 Nov 2023 02:32:50 +0900 Subject: Replaced various '#define' with actual strings - part 4 Signed-off-by: Michele Calgaro --- interfaces/kregexpeditor/kregexpeditorinterface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interfaces/kregexpeditor') diff --git a/interfaces/kregexpeditor/kregexpeditorinterface.h b/interfaces/kregexpeditor/kregexpeditorinterface.h index 4124849d6..c58ab7dc9 100644 --- a/interfaces/kregexpeditor/kregexpeditorinterface.h +++ b/interfaces/kregexpeditor/kregexpeditorinterface.h @@ -25,7 +25,7 @@ * TQDialog *editorDialog = KParts::ComponentFactory::createInstanceFromQuery( "KRegExpEditor/KRegExpEditor" ); * if ( editorDialog ) { * // tdeutils was installed, so the dialog was found fetch the editor interface - * KRegExpEditorInterface *editor = ::tqqt_cast( editorDialog ); + * KRegExpEditorInterface *editor = ::tqt_cast( editorDialog ); * Q_ASSERT( editor ); // This should not fail! * * // now use the editor. @@ -53,7 +53,7 @@ * "KRegExpEditor/KRegExpEditor", TQString::null, parent ); * if ( editorWidget ) { * // tdeutils was installed, so the widget was found fetch the editor interface - * KRegExpEditorInterface *editor = ::tqqt_cast( editorWidget ); + * KRegExpEditorInterface *editor = ::tqt_cast( editorWidget ); * Q_ASSERT( editor ); // This should not fail! * * // now use the editor. -- cgit v1.2.1