author | zecke <zecke> | 2004-03-14 22:32:29 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-03-14 22:32:29 (UTC) |
commit | 97633a7291302b82e54f064d817bf046b89a60df (patch) (unidiff) | |
tree | 5897e079be7789080a26821227b9ae08d23a3562 | |
parent | f616ebe85abd6dc279a3f4f91c51d535be0b6f69 (diff) | |
download | opie-97633a7291302b82e54f064d817bf046b89a60df.zip opie-97633a7291302b82e54f064d817bf046b89a60df.tar.gz opie-97633a7291302b82e54f064d817bf046b89a60df.tar.bz2 |
Add namespace_hack.h to the .pro file
-rw-r--r-- | core/pim/datebook/datebook.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro index dbdd31b..0f7456f 100644 --- a/core/pim/datebook/datebook.pro +++ b/core/pim/datebook/datebook.pro | |||
@@ -11,5 +11,6 @@ HEADERS = datebookday.h \ | |||
11 | noteentryimpl.h \ | 11 | noteentryimpl.h \ |
12 | onoteedit.h \ | 12 | onoteedit.h \ |
13 | datebookdayallday.h | 13 | datebookdayallday.h \ |
14 | namespace_hack.h | ||
14 | SOURCES= main.cpp \ | 15 | SOURCES= main.cpp \ |
15 | datebookday.cpp \ | 16 | datebookday.cpp \ |