diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-24 03:10:05 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-24 03:10:05 -0500 |
commit | 596c6587c8e5263027705426647b43a5105f3bcd (patch) | |
tree | b864ce18ebbf1185a337cbbe4a817d08eac8dc57 /tqtinterface/qt4/src/kernel/tqinputcontext.cpp | |
parent | d3f7a9d6f1b8f6e24fb49aaa8caeaa7623ae48b5 (diff) | |
download | experimental-596c6587c8e5263027705426647b43a5105f3bcd.tar.gz experimental-596c6587c8e5263027705426647b43a5105f3bcd.zip |
Fixed FTBFS due to prior commit
Diffstat (limited to 'tqtinterface/qt4/src/kernel/tqinputcontext.cpp')
-rw-r--r-- | tqtinterface/qt4/src/kernel/tqinputcontext.cpp | 11 |
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 |