author | zecke <zecke> | 2002-10-21 23:07:17 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-10-21 23:07:17 (UTC) |
commit | cfc75c71bea57ca49367242204f9d3fbfca92deb (patch) (unidiff) | |
tree | 3604c59b1905d7d767aefeaaa22d0574bd2f02c8 | |
parent | 0b0f3dccd3b6dbb01fd268e2c737fd1a6c163379 (diff) | |
download | opie-cfc75c71bea57ca49367242204f9d3fbfca92deb.zip opie-cfc75c71bea57ca49367242204f9d3fbfca92deb.tar.gz opie-cfc75c71bea57ca49367242204f9d3fbfca92deb.tar.bz2 |
Now it should compile just fine
-rw-r--r-- | core/pim/todo/mainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/pim/todo/mainwindow.cpp b/core/pim/todo/mainwindow.cpp index bf9fc23..71e6750 100644 --- a/core/pim/todo/mainwindow.cpp +++ b/core/pim/todo/mainwindow.cpp | |||
@@ -44,17 +44,16 @@ | |||
44 | #include <qpe/resource.h> | 44 | #include <qpe/resource.h> |
45 | #include <qpe/qpemessagebox.h> | 45 | #include <qpe/qpemessagebox.h> |
46 | 46 | ||
47 | #include <opie/otodoaccessvcal.h> | 47 | #include <opie/otodoaccessvcal.h> |
48 | 48 | ||
49 | #include "quickeditimpl.h" | 49 | #include "quickeditimpl.h" |
50 | #include "todotemplatemanager.h" | 50 | #include "todotemplatemanager.h" |
51 | #include "templateeditor.h" | 51 | #include "templateeditor.h" |
52 | #include "todoentryimpl.h" | ||
53 | #include "tableview.h" | 52 | #include "tableview.h" |
54 | 53 | ||
55 | #include "textviewshow.h" | 54 | #include "textviewshow.h" |
56 | #include "todoeditor.h" | 55 | #include "todoeditor.h" |
57 | #include "mainwindow.h" | 56 | #include "mainwindow.h" |
58 | 57 | ||
59 | 58 | ||
60 | using namespace Todo; | 59 | using namespace Todo; |