-rw-r--r-- | core/pim/todo/tableview.cpp | 1 | ||||
-rw-r--r-- | core/pim/todo/tableview.h | 1 | ||||
-rw-r--r-- | core/pim/todo/todo.pro | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/core/pim/todo/tableview.cpp b/core/pim/todo/tableview.cpp index f59971e..a8cc271 100644 --- a/core/pim/todo/tableview.cpp +++ b/core/pim/todo/tableview.cpp @@ -30,2 +30,3 @@ +#include <qcombobox.h> #include <qlineedit.h> diff --git a/core/pim/todo/tableview.h b/core/pim/todo/tableview.h index e47b38f..a27c698 100644 --- a/core/pim/todo/tableview.h +++ b/core/pim/todo/tableview.h @@ -34,3 +34,2 @@ -#include "tableitems.h" #include "todoview.h" diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index 2911743..2714f30 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro @@ -9,3 +9,2 @@ HEADERS = smalltodo.h \ tableview.h \ - tableitems.h \ todotemplatemanager.h \ @@ -28,3 +27,2 @@ SOURCES = smalltodo.cpp \ tableview.cpp \ - tableitems.cpp \ todoview.cpp \ |