summaryrefslogtreecommitdiff
path: root/core
authorzecke <zecke>2002-12-17 19:31:48 (UTC)
committer zecke <zecke>2002-12-17 19:31:48 (UTC)
commit813e3ff4978cc480fcb971411211df9a07375743 (patch) (unidiff)
treef67864367452f3130544be6edf49b3ad8b17532d /core
parent59d5865053c8e722339a63d05c73eb923350620f (diff)
downloadopie-813e3ff4978cc480fcb971411211df9a07375743.zip
opie-813e3ff4978cc480fcb971411211df9a07375743.tar.gz
opie-813e3ff4978cc480fcb971411211df9a07375743.tar.bz2
kill tableitems from the build process
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/tableview.cpp1
-rw-r--r--core/pim/todo/tableview.h1
-rw-r--r--core/pim/todo/todo.pro2
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 @@
30 30
31#include <qcombobox.h>
31#include <qlineedit.h> 32#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 @@
34 34
35#include "tableitems.h"
36#include "todoview.h" 35#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 \
9 tableview.h \ 9 tableview.h \
10 tableitems.h \
11 todotemplatemanager.h \ 10 todotemplatemanager.h \
@@ -28,3 +27,2 @@ SOURCES = smalltodo.cpp \
28 tableview.cpp \ 27 tableview.cpp \
29 tableitems.cpp \
30 todoview.cpp \ 28 todoview.cpp \