author | llornkcor <llornkcor> | 2004-10-12 08:08:55 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2004-10-12 08:08:55 (UTC) |
commit | c1be01cafaa3b9f22586c73d14c5eaf0e7c6848d (patch) (unidiff) | |
tree | 449ad16813a1779a9dc1739a60b30fbc7ebad5c4 | |
parent | c4471939b0b1a187646a85c04d3290c23db78c9d (diff) | |
download | opie-c1be01cafaa3b9f22586c73d14c5eaf0e7c6848d.zip opie-c1be01cafaa3b9f22586c73d14c5eaf0e7c6848d.tar.gz opie-c1be01cafaa3b9f22586c73d14c5eaf0e7c6848d.tar.bz2 |
QD knows versioninfo, opie needs it's own identity here
-rw-r--r-- | core/launcher/server.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/launcher/server.cpp b/core/launcher/server.cpp index 524e6dd..0eaebcf 100644 --- a/core/launcher/server.cpp +++ b/core/launcher/server.cpp | |||
@@ -393,8 +393,8 @@ void Server::systemMsg(const QCString &msg, const QByteArray &data) | |||
393 | * to sync with QtopiaDesktop1.6 | 393 | * to sync with QtopiaDesktop1.6 |
394 | */ | 394 | */ |
395 | QCopEnvelope e( "QPE/Desktop", "versionInfo(QString,QString)" ); | 395 | QCopEnvelope e( "QPE/Desktop", "versionInfo(QString,QString)" ); |
396 | /* ### FIXME Architecture ### */ | 396 | QString opiename = "Opie"; |
397 | e << QString::fromLatin1("1.7") << "Uncustomized Device"; | 397 | e << QString(QPE_VERSION) << opiename; |
398 | } else if ( msg == "sendCardInfo()" ) { | 398 | } else if ( msg == "sendCardInfo()" ) { |
399 | #ifndef QT_NO_COP | 399 | #ifndef QT_NO_COP |
400 | QCopEnvelope e( "QPE/Desktop", "cardInfo(QString)" ); | 400 | QCopEnvelope e( "QPE/Desktop", "cardInfo(QString)" ); |