summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/function_keyboard.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/function_keyboard.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/function_keyboard.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/function_keyboard.h b/noncore/apps/opie-console/function_keyboard.h
index 496d932..7f313d6 100644
--- a/noncore/apps/opie-console/function_keyboard.h
+++ b/noncore/apps/opie-console/function_keyboard.h
@@ -100,2 +100,4 @@ private slots:
void slotChangeLabelText(const QString &);
+ void slotChangeQCode(const QString &);
+ void slotChangeUnicode(const QString &);
@@ -103,2 +105,3 @@ private:
+ QString selectedHandle;
ushort selectedRow, selectedCol;
@@ -107,3 +110,3 @@ private:
QSpinBox *m_rowBox, *m_colBox;
- QComboBox *m_labels, *m_qvalues;
+ QComboBox *m_labels, *m_qvalues, *m_uniValues;