aboutsummaryrefslogtreecommitdiff
path: root/src/extensions/applicationextension/mextensionhandle_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extensions/applicationextension/mextensionhandle_p.h')
-rw-r--r--src/extensions/applicationextension/mextensionhandle_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extensions/applicationextension/mextensionhandle_p.h b/src/extensions/applicationextension/mextensionhandle_p.h
index 2e9a2288..56056438 100644
--- a/src/extensions/applicationextension/mextensionhandle_p.h
+++ b/src/extensions/applicationextension/mextensionhandle_p.h
@@ -24,7 +24,7 @@
#include "private/mwidgetcontroller_p.h"
#include "mappletserver.h"
-#include <QTime>
+#include <QElapsedTimer>
#include <QTimer>
#include <QProcess>
@@ -69,7 +69,7 @@ public:
int restartCount;
//! Time since the process was started, for checking how long the remote process could run before breaking
- QTime processStartTime;
+ QElapsedTimer processStartTime;
//! A server for IPC communication between the processes
MAppletServer communicator;