summaryrefslogtreecommitdiff
path: root/libopie/odevice.cpp
authorkergoth <kergoth>2003-03-26 21:54:15 (UTC)
committer kergoth <kergoth>2003-03-26 21:54:15 (UTC)
commit17ac2947f6485a31db216c431fa667192f1fc8a0 (patch) (side-by-side diff)
tree10ce97adf691c750b71628ea0b2536567a4d593f /libopie/odevice.cpp
parent8c1acc27882a79ea9f1ee9b9be708b9bbab052ba (diff)
downloadopie-17ac2947f6485a31db216c431fa667192f1fc8a0.zip
opie-17ac2947f6485a31db216c431fa667192f1fc8a0.tar.gz
opie-17ac2947f6485a31db216c431fa667192f1fc8a0.tar.bz2
Use QObject::tr rather than qApp->translate
Diffstat (limited to 'libopie/odevice.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/odevice.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp
index d5e3c5c..80975c9 100644
--- a/libopie/odevice.cpp
+++ b/libopie/odevice.cpp
@@ -278,3 +278,3 @@ void ODevice::init ( )
b. setKeycode ( ib-> code );
- b. setUserText ( qApp-> translate ( "Button", ib-> utext ));
+ b. setUserText ( QObject::tr ( "Button", ib-> utext ));
b. setPixmap ( Resource::loadPixmap ( ib-> pix ));
@@ -636,3 +636,3 @@ void iPAQ::init ( )
b. setKeycode ( ib-> code );
- b. setUserText ( qApp-> translate ( "Button", ib-> utext ));
+ b. setUserText ( QObject::tr ( "Button", ib-> utext ));
b. setPixmap ( Resource::loadPixmap ( ib-> pix ));
@@ -1001,3 +1001,3 @@ void Zaurus::init ( )
b. setKeycode ( zb-> code );
- b. setUserText ( qApp-> translate ( "Button", zb-> utext ));
+ b. setUserText ( QObject::tr ( "Button", zb-> utext ));
b. setPixmap ( Resource::loadPixmap ( zb-> pix ));