aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/tcinputmethod.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/virtualkeyboard/tcinputmethod.h')
-rw-r--r--src/virtualkeyboard/tcinputmethod.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/virtualkeyboard/tcinputmethod.h b/src/virtualkeyboard/tcinputmethod.h
index 216b93d8..b2f4d2e0 100644
--- a/src/virtualkeyboard/tcinputmethod.h
+++ b/src/virtualkeyboard/tcinputmethod.h
@@ -41,16 +41,16 @@ public:
bool simplified() const;
void setSimplified(bool simplified);
- QList<DeclarativeInputEngine::InputMode> inputModes(const QString &locale);
- bool setInputMode(const QString &locale, DeclarativeInputEngine::InputMode inputMode);
- bool setTextCase(DeclarativeInputEngine::TextCase textCase);
+ QList<InputEngine::InputMode> inputModes(const QString &locale);
+ bool setInputMode(const QString &locale, InputEngine::InputMode inputMode);
+ bool setTextCase(InputEngine::TextCase textCase);
bool keyEvent(Qt::Key key, const QString &text, Qt::KeyboardModifiers modifiers);
- QList<DeclarativeSelectionListModel::Type> selectionLists();
- int selectionListItemCount(DeclarativeSelectionListModel::Type type);
- QVariant selectionListData(DeclarativeSelectionListModel::Type type, int index, int role);
- void selectionListItemSelected(DeclarativeSelectionListModel::Type type, int index);
+ QList<SelectionListModel::Type> selectionLists();
+ int selectionListItemCount(SelectionListModel::Type type);
+ QVariant selectionListData(SelectionListModel::Type type, int index, int role);
+ void selectionListItemSelected(SelectionListModel::Type type, int index);
void reset();
void update();