From da166ce6066568db9b7ac0bf5c2cc0dc9afb0776 Mon Sep 17 00:00:00 2001
From: mickeyl <mickeyl>
Date: Sun, 23 Jan 2005 18:08:30 +0000
Subject: show Qt version instead of the builder name which is more or less irrelevant nowadays

---
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro
index fc754d7..e1d6449 100644
--- a/noncore/settings/sysinfo/sysinfo.pro
+++ b/noncore/settings/sysinfo/sysinfo.pro
@@ -31,6 +31,6 @@ DEPENDPATH  += $(OPIEDIR)/include
 LIBS        += -lqpe -lopiecore2 -lopieui2
 DEFINES     += UNIX
 TARGET    = sysinfo
-VERSION   = 1.2.1
+VERSION   = 1.2.2
 
 include( $(OPIEDIR)/include.pro )
diff --git a/noncore/settings/sysinfo/versioninfo.cpp b/noncore/settings/sysinfo/versioninfo.cpp
index 2111298..d8fd7fa 100644
--- a/noncore/settings/sysinfo/versioninfo.cpp
+++ b/noncore/settings/sysinfo/versioninfo.cpp
@@ -78,8 +78,8 @@ VersionInfo::VersionInfo( QWidget *parent, const char *name, WFlags f )
 #else
     QString builder = "Unknown";
 #endif
-    palmtopVersionString.append( tr( "Compiled by: " ) );
-    palmtopVersionString.append(  builder );
+    palmtopVersionString.append( tr( "Built against Qt/E " ) );
+    palmtopVersionString.append( QT_VERSION_STR );
     palmtopVersionString.append( "<br>" );
     palmtopVersionString.append( tr( "Built on: " ) );
     palmtopVersionString.append( __DATE__  );
--
cgit v0.9.0.2