From 83991febd2b98788a0a018e187de0dfb7d95b500 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 9 Jul 2023 23:09:59 +0900 Subject: Remove Qt4 related stuff Signed-off-by: Michele Calgaro --- src/kernel/qinputcontext.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/kernel/qinputcontext.cpp') diff --git a/src/kernel/qinputcontext.cpp b/src/kernel/qinputcontext.cpp index 6523fe756..24050fe89 100644 --- a/src/kernel/qinputcontext.cpp +++ b/src/kernel/qinputcontext.cpp @@ -802,14 +802,6 @@ TQString TQInputContext::language() } -#if (TQT_VERSION-0 >= 0x040000) -/*! - This is a preliminary interface for TQt4 - */ -TQPtrList TQInputContext::actions() -{ -} -#else /*! This function can be reimplemented in a subclass to provide input method dependent popup menus. Return 0 if the menus are @@ -826,7 +818,6 @@ TQPtrList *TQInputContext::menus() { return 0; } -#endif /*! Appends input method dependent submenus into \a popup. A separator -- cgit v1.2.3