summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/core/otimezone.h
Unidiff
Diffstat (limited to 'libopie2/opiepim/core/otimezone.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opiepim/core/otimezone.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/libopie2/opiepim/core/otimezone.h b/libopie2/opiepim/core/otimezone.h
index 28ae6cb..f0b4022 100644
--- a/libopie2/opiepim/core/otimezone.h
+++ b/libopie2/opiepim/core/otimezone.h
@@ -28,10 +28,13 @@
28*/ 28*/
29 29
30#ifndef OPIE_TIME_ZONE_H 30#ifndef OTIMEZONE_H
31#define OPIE_TIME_ZONE_H 31#define OTIMEZONE_H
32 32
33#include <time.h> 33/* QT */
34#include <qdatetime.h> 34#include <qdatetime.h>
35 35
36/* STD */
37#include <time.h>
38
36namespace Opie 39namespace Opie
37{ 40{
@@ -43,4 +46,5 @@ namespace Opie
43 */ 46 */
44class OTimeZone { 47class OTimeZone {
48
45 public: 49 public:
46 typedef QString ZoneName; 50 typedef QString ZoneName;
@@ -93,4 +97,5 @@ class OTimeZone {
93 97
94 QString timeZone()const; 98 QString timeZone()const;
99
95 private: 100 private:
96 ZoneName m_name; 101 ZoneName m_name;