tcp: Fix 64 bit build with debugging features enabled.
[haiku.git] / src / preferences / time / TimeSettings.h
blob6e707c0952eef3588a2886fb0ec439985b8eb8f7
1 /*
2 * Copyright 2002-2010, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Andrew McCall, mccall@digitalparadise.co.uk
7 * Mike Berg <mike@berg-net.us>
8 * Julun <host.haiku@gmx.de>
9 */
10 #ifndef _TIME_SETTINGS_H
11 #define _TIME_SETTINGS_H
14 #include <Point.h>
15 #include <String.h>
18 class TimeSettings {
19 public :
20 TimeSettings();
21 ~TimeSettings();
23 BPoint LeftTop() const;
24 void SetLeftTop(const BPoint leftTop);
26 private:
27 BString fSettingsFile;
31 #endif // _TIME_SETTINGS_H