calendarui/caleneditor/caleneditor.pro
changeset 50 579cc610882e
parent 23 fd30d51f876b
child 51 0b38fc5b94c6
child 58 ef813d54df51
--- a/calendarui/caleneditor/caleneditor.pro	Wed Jun 23 18:11:28 2010 +0300
+++ b/calendarui/caleneditor/caleneditor.pro	Tue Jul 06 14:14:56 2010 +0300
@@ -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.