diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-25 12:25:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-25 12:25:06 +0900 |
commit | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (patch) | |
tree | fe5a644a42056c012132e5bbc57f3ce1ba40d5c2 /src/kernel/qinputcontext_p.h | |
parent | bba3e1fa3870a23f1cf0b5d1143ffd646ac797a4 (diff) | |
download | tqt-a09a6bc0.tar.gz tqt-a09a6bc0.zip |
Remove documentation for QWS classes and Qt/Embedded
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/qinputcontext_p.h')
-rw-r--r-- | src/kernel/qinputcontext_p.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/kernel/qinputcontext_p.h b/src/kernel/qinputcontext_p.h index 88cff048a..984660038 100644 --- a/src/kernel/qinputcontext_p.h +++ b/src/kernel/qinputcontext_p.h @@ -70,10 +70,6 @@ class TQString; #include "qt_windows.h" #endif -#ifdef TQ_WS_QWS -class TQWSIMEvent; -#endif - class TQInputContext { public: @@ -98,14 +94,6 @@ public: TQMemArray<bool> selectedChars; #endif // TQ_WS_X11 -#ifdef TQ_WS_QWS - static void translateIMEvent( TQWSIMEvent *, TQWidget * ); - static void reset(); -private: - static TQWidget* focusWidget; - static TQString* composition; -#endif //TQ_WS_QWS - #ifdef TQ_WS_WIN static void init(); static void shutdown(); |