author | zecke <zecke> | 2002-12-17 19:31:48 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-12-17 19:31:48 (UTC) |
commit | 813e3ff4978cc480fcb971411211df9a07375743 (patch) (side-by-side diff) | |
tree | f67864367452f3130544be6edf49b3ad8b17532d /core | |
parent | 59d5865053c8e722339a63d05c73eb923350620f (diff) | |
download | opie-813e3ff4978cc480fcb971411211df9a07375743.zip opie-813e3ff4978cc480fcb971411211df9a07375743.tar.gz opie-813e3ff4978cc480fcb971411211df9a07375743.tar.bz2 |
kill tableitems from the build process
-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 @@ -28,6 +28,7 @@ #include <stdlib.h> #include <cmath> +#include <qcombobox.h> #include <qlineedit.h> #include <qtimer.h> #include <qpoint.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 @@ -32,7 +32,6 @@ #include <qtable.h> #include <qmap.h> -#include "tableitems.h" #include "todoview.h" class QTimer; 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 @@ -7,7 +7,6 @@ HEADERS = smalltodo.h \ mainwindow.h \ todoview.h \ tableview.h \ - tableitems.h \ todotemplatemanager.h \ todoeditor.h \ todoshow.h \ @@ -26,7 +25,6 @@ SOURCES = smalltodo.cpp \ mainwindow.cpp \ main.cpp \ tableview.cpp \ - tableitems.cpp \ todoview.cpp \ todotemplatemanager.cpp \ todoeditor.cpp \ |