summaryrefslogtreecommitdiffstats
path: root/src/kernel/qinputcontext.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-25 12:25:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-25 12:25:06 +0900
commita09a6bc05e3f64c27e7c84dd768c7720fdf41136 (patch)
treefe5a644a42056c012132e5bbc57f3ce1ba40d5c2 /src/kernel/qinputcontext.cpp
parentbba3e1fa3870a23f1cf0b5d1143ffd646ac797a4 (diff)
downloadtqt-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.tar.gz
tqt-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.zip
Remove documentation for QWS classes and Qt/Embedded
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/qinputcontext.cpp')
-rw-r--r--src/kernel/qinputcontext.cpp9
1 files changed, 1 insertions, 8 deletions
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<TQInputContextMenu> *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
*/