diff -r fd30d51f876b -r b6db4fd4947b calendarui/caleneditor/caleneditor.pro --- a/calendarui/caleneditor/caleneditor.pro Mon May 03 12:30:32 2010 +0300 +++ b/calendarui/caleneditor/caleneditor.pro Mon Jun 28 15:22:02 2010 +0530 @@ -44,22 +44,24 @@ } SOURCES += caleneditor.cpp \ - caleneditorcustomitem.cpp \ - caleneditor_p.cpp \ + caleneditorcustomitem.cpp \ + caleneditor_p.cpp \ caleneditordocloader.cpp \ caleneditorreminderfield.cpp \ caleneditorrepeatfield.cpp \ caleneditordatahandler.cpp - + HEADERS += caleneditor.h \ - caleneditorcustomitem.h \ - caleneditorcommon.h \ - caleneditordocloader.h \ - caleneditor_p.h \ - caleneditorreminderfield.h \ - caleneditorrepeatfield.h \ - caleneditordatahandler.h - -RESOURCES += caleneditor.qrc - + caleneditorcustomitem.h \ + caleneditorcommon.h \ + caleneditordocloader.h \ + caleneditor_p.h \ + caleneditorreminderfield.h \ + caleneditorrepeatfield.h \ + caleneditordatahandler.h + +RESOURCES += caleneditor.qrc + +TRANSLATIONS += caleneditor.ts + # End of file --Don't remove this.