aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Berres <armin.berres@basyskom.de>2011-01-05 15:49:48 +0100
committerArmin Berres <armin.berres@basyskom.de>2011-01-05 15:49:48 +0100
commit0702e0fa40b3cdac4d77b37985a029bbc20c8d3f (patch)
tree211f4f1c67cab655d099ac19b62508ea416398d0
parent43f4603128429184048c400e60ce15c33bd87349 (diff)
Changes: Fix build
RevBy: TrustMe
-rw-r--r--src/extensions/applicationextension/mextensionhandle_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extensions/applicationextension/mextensionhandle_p.h b/src/extensions/applicationextension/mextensionhandle_p.h
index 56056438..5b5d905c 100644
--- a/src/extensions/applicationextension/mextensionhandle_p.h
+++ b/src/extensions/applicationextension/mextensionhandle_p.h
@@ -69,7 +69,7 @@ public:
int restartCount;
//! Time since the process was started, for checking how long the remote process could run before breaking
- QElapsedTimer processStartTime;
+ QTime processStartTime;
//! A server for IPC communication between the processes
MAppletServer communicator;