$OpenBSD: patch-kcontrol_clock_main_cpp,v 1.2 2004/02/01 14:59:22 espie Exp $
--- kcontrol/clock/main.cpp.orig	2003-11-30 10:42:22.000000000 +0100
+++ kcontrol/clock/main.cpp	2004-01-21 01:20:49.000000000 +0100
@@ -63,8 +63,13 @@ KclockModule::KclockModule(QWidget *pare
 void KclockModule::save()
 {
 //  The order here is important
+#ifdef __OpenBSD__
+  tzone->save();
+  dtime->save();
+#else
   dtime->save();
   tzone->save();
+#endif
 
 // it syncs up nicely without restarting
 //    // restart kicker to sync up the time
