summaryrefslogtreecommitdiff
path: root/noncore/settings/netsystemtime/ntp.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/netsystemtime/ntp.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/netsystemtime/ntp.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/noncore/settings/netsystemtime/ntp.h b/noncore/settings/netsystemtime/ntp.h
index 284ae27..7cc309f 100644
--- a/noncore/settings/netsystemtime/ntp.h
+++ b/noncore/settings/netsystemtime/ntp.h
@@ -7,3 +7,4 @@ class OProcess;
class QString;
-
+class QTimer;
+class QSocket;
@@ -25,2 +26,4 @@ private:
OProcess *ntpProcess;
+ QTimer *ntpTimer;
+ QSocket *ntpSock;
@@ -35,2 +38,4 @@ private slots:
void setPredictTime();
+ void slotProbeNtpServer();
+ void slotNtpDelayChanged(int);
};