summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/kernel/tqinputcontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/kernel/tqinputcontext.cpp')
-rw-r--r--tqtinterface/qt4/src/kernel/tqinputcontext.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/tqtinterface/qt4/src/kernel/tqinputcontext.cpp b/tqtinterface/qt4/src/kernel/tqinputcontext.cpp
index dfb38f7..79d9542 100644
--- a/tqtinterface/qt4/src/kernel/tqinputcontext.cpp
+++ b/tqtinterface/qt4/src/kernel/tqinputcontext.cpp
@@ -518,7 +518,7 @@ void TQInputContext::sendIMEventInternal( TQEvent::Type type,
TQIMEvent *event = 0;
#if defined(TQ_WS_X11)
- receiver = d->composingWidget;
+ receiver = TQT_TQOBJECT(d->composingWidget);
#elif defined(TQ_WS_TQWS)
// just a placeholder
#endif
@@ -793,14 +793,6 @@ TQString TQInputContext::language()
}
-#if ([[[TQT_VERSION IS DEPRECATED]]]-0 >= 0x040000)
-/*!
- This is a preliminary interface for TQt4
- */
-TQList<TQAction *> TQInputContext::actions()
-{
-}
-#else
/*!
This function can be reimplemented in a subclass to provide input
method dependent popup menus. Return 0 if the menus are
@@ -817,7 +809,6 @@ TQPtrList<TQInputContextMenu> *TQInputContext::menus()
{
return 0;
}
-#endif
/*!
Appends input method dependent submenus into \a popup. A separator