blob: d390497ad2aabf3420e56923f86479c420677472 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
diff -urN pykde4-4.2.71.old/python/pykde4/sip/kdecore/kdatetime.sip pykde4-4.2.71/python/pykde4/sip/kdecore/kdatetime.sip
--- pykde4-4.2.71.old/python/pykde4/sip/kdecore/kdatetime.sip 2009-04-30 22:02:22.000000000 +0400
+++ pykde4-4.2.71/python/pykde4/sip/kdecore/kdatetime.sip 2009-05-05 09:14:55.334924170 +0400
@@ -161,19 +161,3 @@
static void setSimulatedSystemTime (const KDateTime& newTime);
static KDateTime realCurrentLocalDateTime ();
}; // KDateTime
-
-
-class KSystemTimeZones_Simulated : KSystemTimeZones /Abstract/
-{
-%TypeHeaderCode
-#include <kdatetime.h>
-%End
-
-public:
- static KTimeZone realLocalZone ();
- static KTimeZone local ();
- static void setLocalZone (const KTimeZone& tz);
- static bool isSimulated ();
-}; // KSystemTimeZones_Simulated
-
-
|