summaryrefslogtreecommitdiff
path: root/noncore/settings/netsystemtime/settingstabwidget.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/netsystemtime/settingstabwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/netsystemtime/settingstabwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/settings/netsystemtime/settingstabwidget.h b/noncore/settings/netsystemtime/settingstabwidget.h
index 9578245..17e7989 100644
--- a/noncore/settings/netsystemtime/settingstabwidget.h
+++ b/noncore/settings/netsystemtime/settingstabwidget.h
@@ -31,34 +31,35 @@
#ifndef SETTINGSTABWIDGET_H
#define SETTINGSTABWIDGET_H
#include <qwidget.h>
class QCheckBox;
class QComboBox;
class QSpinBox;
class SettingsTabWidget : public QWidget
{
Q_OBJECT
public:
SettingsTabWidget( QWidget * = 0x0 );
~SettingsTabWidget();
void saveSettings();
QString ntpServer();
private:
QComboBox *cbTimeServer;
QSpinBox *sbNtpDelay;
QSpinBox *sbPredictDelay;
+ QCheckBox *chShowOnRestart;
QCheckBox *chNtpTab;
QCheckBox *chPredictTab;
signals:
void ntpDelayChanged( int );
void displayNTPTab( bool );
void displayPredictTab( bool );
};
#endif