summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/function_keyboard.cpp
authorhash <hash>2002-10-24 06:17:03 (UTC)
committer hash <hash>2002-10-24 06:17:03 (UTC)
commit2183d2b20cf6eb9144a616a3f8242a7eb585c557 (patch) (side-by-side diff)
tree58cb46e892c243bfbf0c39cd0ffd62f2beedb339 /noncore/apps/opie-console/function_keyboard.cpp
parentbdd884e37dc1ee1969d317b29e926768ea5a14df (diff)
downloadopie-2183d2b20cf6eb9144a616a3f8242a7eb585c557.zip
opie-2183d2b20cf6eb9144a616a3f8242a7eb585c557.tar.gz
opie-2183d2b20cf6eb9144a616a3f8242a7eb585c557.tar.bz2
didnt merge with previous updates properly
Diffstat (limited to 'noncore/apps/opie-console/function_keyboard.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/function_keyboard.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/noncore/apps/opie-console/function_keyboard.cpp b/noncore/apps/opie-console/function_keyboard.cpp
index 71cdea8..9d58383 100644
--- a/noncore/apps/opie-console/function_keyboard.cpp
+++ b/noncore/apps/opie-console/function_keyboard.cpp
@@ -187,34 +187,29 @@ void FunctionKeyboard::loadDefaults() {
keys.insert( "r0c10", FKey ("F11", 0, 4154, 0));
keys.insert( "r1c7", FKey ("Ho", 0, 4112, 0));
keys.insert( "r1c8", FKey ("End", 0, 4113, 0));
keys.insert( "r1c9", FKey ("PU", 0, 4118, 0));
keys.insert( "r1c10", FKey ("PD", 0, 4119, 0));
*/
}
/* FunctionKeyboardConfig {{{1 */
-<<<<<<< function_keyboard.cpp
-FunctionKeyboardConfig::FunctionKeyboardConfig(const QString& name, QWidget* parent) :
- ProfileDialogKeyWidget(name, parent),
+FunctionKeyboardConfig::FunctionKeyboardConfig(const QString& name, QWidget* parent, const char* na )
+ : ProfileDialogKeyWidget(name, parent, na),
selectedRow(0), selectedCol(0)
{
-=======
-FunctionKeyboardConfig::FunctionKeyboardConfig(const QString& name, QWidget* parent, const char* na )
- : ProfileDialogKeyWidget(name, parent, na) {
qWarning("FunctionKeyboardConfig");
->>>>>>> 1.11
kb = new FunctionKeyboard(this);
connect (kb, SIGNAL(keyPressed(FKey, ushort, ushort, bool)),
this, SLOT(slotKeyPressed(FKey, ushort, ushort, bool)));
QGroupBox *dimentions = new QGroupBox(2, Qt::Horizontal, tr("Dimentions"), this);
QLabel *l = new QLabel("Rows", dimentions);
m_rowBox = new QSpinBox(1, 15, 1, dimentions);
connect (m_rowBox, SIGNAL(valueChanged(int)), this, SLOT(slotChangeRows(int)));
l = new QLabel("Columns", dimentions);
m_colBox = new QSpinBox(1, 15, 1, dimentions);