summaryrefslogtreecommitdiff
path: root/noncore/settings/netsystemtime/ntp.h
Unidiff
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, 5 insertions, 2 deletions
diff --git a/noncore/settings/netsystemtime/ntp.h b/noncore/settings/netsystemtime/ntp.h
index e3f6d16..fc233bf 100644
--- a/noncore/settings/netsystemtime/ntp.h
+++ b/noncore/settings/netsystemtime/ntp.h
@@ -1,6 +1,6 @@
1#ifndef NTP_H 1#ifndef NTP_H
2#define NTP_H 2#define NTP_H
3#include "ntpbase.h" 3#include "settime.h"
4#include <qdatetime.h> 4#include <qdatetime.h>
5#include <qtimer.h> 5#include <qtimer.h>
6 6
@@ -8,7 +8,7 @@ class OProcess;
8class QString; 8class QString;
9 9
10 10
11class Ntp : public NtpBase 11class Ntp : public SetDateTime
12{ 12{
13 Q_OBJECT 13 Q_OBJECT
14 14
@@ -18,6 +18,9 @@ public:
18 18
19 OProcess *ntpProcess; 19 OProcess *ntpProcess;
20 20
21protected:
22 virtual void accept();
23
21private: 24private:
22 QString _ntpOutput; 25 QString _ntpOutput;
23 int _maxOffset; 26 int _maxOffset;