summaryrefslogtreecommitdiffstats
path: root/quanta/components/tableeditor
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/components/tableeditor')
-rw-r--r--quanta/components/tableeditor/tableitem.cpp2
-rw-r--r--quanta/components/tableeditor/tableitem.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/quanta/components/tableeditor/tableitem.cpp b/quanta/components/tableeditor/tableitem.cpp
index b877df76..c2f4e298 100644
--- a/quanta/components/tableeditor/tableitem.cpp
+++ b/quanta/components/tableeditor/tableitem.cpp
@@ -2,7 +2,7 @@
tableitem.cpp - description
-------------------
begin : Mon 15 Mar 2004
- copyright : (C) 2004 by Michal Rudolf <mrudolf@kdewebdev.org>
+ copyright : (C) 2004 by Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************
diff --git a/quanta/components/tableeditor/tableitem.h b/quanta/components/tableeditor/tableitem.h
index 66d3b85b..12e2b4b0 100644
--- a/quanta/components/tableeditor/tableitem.h
+++ b/quanta/components/tableeditor/tableitem.h
@@ -2,7 +2,7 @@
tableitem.h - description
-------------------
begin : Mon 15 Mar 2004
- copyright : (C) 2004 by Michal Rudolf <mrudolf@kdewebdev.org>
+ copyright : (C) 2004 by Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************
@@ -18,7 +18,7 @@
#define TABLEITEM_H
#include <tqtable.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
class TableItem : public TQTableItem
{