summaryrefslogtreecommitdiffstats
path: root/examples/sysinfo/dialog.cpp
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2010-12-14 12:15:07 +1000
committerLorn Potter <lorn.potter@nokia.com>2010-12-14 12:15:07 +1000
commitc5706341dcf60c87df7f1177c6472120a34c584c (patch)
tree05dc4752856e1444571e5e30a32e47c8b0eb2646 /examples/sysinfo/dialog.cpp
parent56f8f326a08eb42fd895f7d25a9ed9da3c8d8915 (diff)
rename and clarify.
Diffstat (limited to 'examples/sysinfo/dialog.cpp')
-rw-r--r--examples/sysinfo/dialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/sysinfo/dialog.cpp b/examples/sysinfo/dialog.cpp
index 1d22975992..a33c4da848 100644
--- a/examples/sysinfo/dialog.cpp
+++ b/examples/sysinfo/dialog.cpp
@@ -186,11 +186,11 @@ void Dialog::setupDevice()
bluetoothPowerLabel->setText((di->currentBluetoothPowerState() ? "On" : "Off"));
connect(di,SIGNAL(bluetoothStateChanged(bool)), this,SLOT(bluetoothChanged(bool)));
- uniqueIDLabel->setText(di->uniqueID());
+ uniqueIDLabel->setText(di->uniqueDeviceID());
- updateKeyboard(di->keyboardType());
+ updateKeyboard(di->keyboardTypes());
- keyboardFlipRadioButton->setChecked(di->isKeyboardFlipOpen());
+ keyboardFlipRadioButton->setChecked(di->isKeyboardFlippedOpen());
wirelessKeyboardConnectedRadioButton->setChecked(di->isWirelessKeyboardConnected());
QString lockState;