summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/core/otimezone.h
Unidiff
Diffstat (limited to 'libopie2/opiepim/core/otimezone.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiepim/core/otimezone.h13
1 files changed, 9 insertions, 4 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
@@ -29,8 +29,11 @@
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
@@ -44,2 +47,3 @@ namespace Opie
44class OTimeZone { 47class OTimeZone {
48
45 public: 49 public:
@@ -93,3 +97,4 @@ class OTimeZone {
93 97
94 QString timeZone()const; 98 QString timeZone() const;
99
95 private: 100 private: