diff --git a/src/prefs/time/Jamfile b/src/prefs/time/Jamfile index 37059779b6..fe9a70d6b3 100644 --- a/src/prefs/time/Jamfile +++ b/src/prefs/time/Jamfile @@ -2,6 +2,7 @@ SubDir OBOS_TOP src prefs time ; AddResources Time : Time.rsrc ; -Preference Time : Time.cpp TimeSettings.cpp TimeView.cpp TimeWindow.cpp ; +Preference Time : SettingsView.cpp Time.cpp TimeSettings.cpp TimeView.cpp + TimeWindow.cpp ZoneView.cpp ; LinkSharedOSLibs Time : be root ; diff --git a/src/prefs/time/SettingsView.h b/src/prefs/time/SettingsView.h index 6cfb403d1e..743ee0e2ef 100644 --- a/src/prefs/time/SettingsView.h +++ b/src/prefs/time/SettingsView.h @@ -15,7 +15,7 @@ class SettingsView : public BView public: SettingsView(BRect frame); virtual void Draw(BRect frame); - void changeRTCsetting(); + void changeRTCSetting(); private: @@ -23,4 +23,4 @@ private: }; -#endif \ No newline at end of file +#endif diff --git a/src/prefs/time/ZoneView.cpp b/src/prefs/time/ZoneView.cpp index aaf0a12de6..2f5b3b1716 100644 --- a/src/prefs/time/ZoneView.cpp +++ b/src/prefs/time/ZoneView.cpp @@ -265,7 +265,3 @@ ZoneView::setTimeZone() fSetTimeZone -> SetEnabled(false); } //ZoneView::setTimeZone() - - - - \ No newline at end of file