diff options
Diffstat (limited to 'WebKit/qt/Api/qgraphicswebview.h')
| -rw-r--r-- | WebKit/qt/Api/qgraphicswebview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/qt/Api/qgraphicswebview.h b/WebKit/qt/Api/qgraphicswebview.h index 8650984..77f0359 100644 --- a/WebKit/qt/Api/qgraphicswebview.h +++ b/WebKit/qt/Api/qgraphicswebview.h @@ -146,7 +146,9 @@ protected: private: Q_PRIVATE_SLOT(d, void _q_doLoadFinished(bool success)) +#if !defined(QT_NO_IM) && (defined(Q_WS_X11) || defined(Q_WS_QWS) || defined(Q_OS_SYMBIAN)) Q_PRIVATE_SLOT(d, void _q_updateMicroFocus()) +#endif Q_PRIVATE_SLOT(d, void _q_pageDestroyed()) // we don't want to change the moc based on USE() macro, so this function is here // but will be empty if ACCLERATED_COMPOSITING is disabled |
