From a09a6bc05e3f64c27e7c84dd768c7720fdf41136 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 25 Jun 2024 12:25:06 +0900 Subject: Remove documentation for QWS classes and Qt/Embedded Signed-off-by: Michele Calgaro --- src/kernel/qinputcontext.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/kernel/qinputcontext.cpp') diff --git a/src/kernel/qinputcontext.cpp b/src/kernel/qinputcontext.cpp index 7f9760c46..d9621b99d 100644 --- a/src/kernel/qinputcontext.cpp +++ b/src/kernel/qinputcontext.cpp @@ -520,8 +520,6 @@ void TQInputContext::sendIMEventInternal( TQEvent::Type type, #if defined(TQ_WS_X11) receiver = d->composingWidget; -#elif defined(TQ_WS_QWS) - // just a placeholder #endif if ( ! receiver ) return; @@ -702,10 +700,6 @@ void TQInputContext::setMicroFocus( int x, int y, int w, int h, TQFont *f ) TQEvent::MouseButtonRelease or \c TQEvent::MouseButtonDblClick or \c TQEvent::MouseButtonMove. Refer \a button and \a state to determine what operation has performed. - - The method interface is imported from - TQWSInputMethod::mouseHandler() of TQt/Embedded 2.3.7 and extended - for desktop system. */ void TQInputContext::mouseHandler( int x, TQEvent::Type type, TQt::ButtonState button, @@ -828,8 +822,7 @@ TQPtrList *TQInputContext::menus() text widgets to add the submenus to its own context menu. If you want to insert the submenus in more flexible way, use TQInputContext::menus() manually. \a popup is not restricted to - context menu of a text widget. For example, the owner may be a - input method menu of TQtopia taskbar in TQt/Embedded platform. + context menu of a text widget. \sa menus(), TQInputContextMenu::Action */ -- cgit v1.2.3