-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 | |||
@@ -27,8 +27,9 @@ | |||
27 | */ | 27 | */ |
28 | #include <stdlib.h> | 28 | #include <stdlib.h> |
29 | #include <cmath> | 29 | #include <cmath> |
30 | 30 | ||
31 | #include <qcombobox.h> | ||
31 | #include <qlineedit.h> | 32 | #include <qlineedit.h> |
32 | #include <qtimer.h> | 33 | #include <qtimer.h> |
33 | #include <qpoint.h> | 34 | #include <qpoint.h> |
34 | #include <qpopupmenu.h> | 35 | #include <qpopupmenu.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 | |||
@@ -31,9 +31,8 @@ | |||
31 | 31 | ||
32 | #include <qtable.h> | 32 | #include <qtable.h> |
33 | #include <qmap.h> | 33 | #include <qmap.h> |
34 | 34 | ||
35 | #include "tableitems.h" | ||
36 | #include "todoview.h" | 35 | #include "todoview.h" |
37 | 36 | ||
38 | class QTimer; | 37 | class QTimer; |
39 | 38 | ||
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 | |||
@@ -6,9 +6,8 @@ HEADERS = smalltodo.h \ | |||
6 | todomanager.h \ | 6 | todomanager.h \ |
7 | mainwindow.h \ | 7 | mainwindow.h \ |
8 | todoview.h \ | 8 | todoview.h \ |
9 | tableview.h \ | 9 | tableview.h \ |
10 | tableitems.h \ | ||
11 | todotemplatemanager.h \ | 10 | todotemplatemanager.h \ |
12 | todoeditor.h \ | 11 | todoeditor.h \ |
13 | todoshow.h \ | 12 | todoshow.h \ |
14 | textviewshow.h \ | 13 | textviewshow.h \ |
@@ -25,9 +24,8 @@ SOURCES = smalltodo.cpp \ | |||
25 | todomanager.cpp \ | 24 | todomanager.cpp \ |
26 | mainwindow.cpp \ | 25 | mainwindow.cpp \ |
27 | main.cpp \ | 26 | main.cpp \ |
28 | tableview.cpp \ | 27 | tableview.cpp \ |
29 | tableitems.cpp \ | ||
30 | todoview.cpp \ | 28 | todoview.cpp \ |
31 | todotemplatemanager.cpp \ | 29 | todotemplatemanager.cpp \ |
32 | todoeditor.cpp \ | 30 | todoeditor.cpp \ |
33 | todoshow.cpp \ | 31 | todoshow.cpp \ |