summaryrefslogtreecommitdiffstats
path: root/ktnef
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:44 -0600
commitd70ce47c224b328c429a5f2406e5e793b009541d (patch)
treecef1f2b51b5429229c2c5fad2436b60dddbcf6cc /ktnef
parent480ccc4ed6441c8e663dc62be689c19499d806ea (diff)
downloadtdepim-d70ce47c224b328c429a5f2406e5e793b009541d.tar.gz
tdepim-d70ce47c224b328c429a5f2406e5e793b009541d.zip
Additional kde to tde renaming
Diffstat (limited to 'ktnef')
-rw-r--r--ktnef/AUTHORS2
-rw-r--r--ktnef/gui/Makefile.am2
-rw-r--r--ktnef/gui/attachpropertydialog.cpp2
-rw-r--r--ktnef/gui/attachpropertydialog.h2
-rw-r--r--ktnef/gui/ktnefmain.cpp2
-rw-r--r--ktnef/gui/ktnefmain.h2
-rw-r--r--ktnef/gui/ktnefview.cpp2
-rw-r--r--ktnef/gui/ktnefview.h4
-rw-r--r--ktnef/gui/main.cpp4
-rw-r--r--ktnef/gui/messagepropertydialog.cpp2
-rw-r--r--ktnef/gui/messagepropertydialog.h2
-rw-r--r--ktnef/ktnef/ktnefattach.h4
-rw-r--r--ktnef/ktnef/ktnefmessage.h4
-rw-r--r--ktnef/ktnef/ktnefparser.h4
-rw-r--r--ktnef/ktnef/ktnefproperty.h4
-rw-r--r--ktnef/ktnef/ktnefpropertyset.h4
-rw-r--r--ktnef/lib/ktnefattach.cpp2
-rw-r--r--ktnef/lib/ktnefmessage.cpp2
-rw-r--r--ktnef/lib/ktnefparser.cpp2
-rw-r--r--ktnef/lib/ktnefproperty.cpp2
-rw-r--r--ktnef/lib/ktnefpropertyset.cpp2
-rw-r--r--ktnef/lib/lzfu.cpp2
-rw-r--r--ktnef/lib/lzfu.h2
-rw-r--r--ktnef/lib/mapi.cpp2
-rw-r--r--ktnef/lib/mapi.h2
-rw-r--r--ktnef/tests/Makefile.am2
26 files changed, 33 insertions, 33 deletions
diff --git a/ktnef/AUTHORS b/ktnef/AUTHORS
index dfb1b0df..8628953d 100644
--- a/ktnef/AUTHORS
+++ b/ktnef/AUTHORS
@@ -1,2 +1,2 @@
-Michael Goffioul <kdeprint@swing.be>
+Michael Goffioul <tdeprint@swing.be>
- Main developer
diff --git a/ktnef/gui/Makefile.am b/ktnef/gui/Makefile.am
index 144f0b24..e82074c2 100644
--- a/ktnef/gui/Makefile.am
+++ b/ktnef/gui/Makefile.am
@@ -4,7 +4,7 @@ SUBDIRS = pics
bin_PROGRAMS = ktnef
-ktnef_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+ktnef_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
ktnef_LDADD = $(LIB_KFILE) $(top_builddir)/ktnef/lib/libktnef.la
ktnef_SOURCES = ktnefmain.cpp ktnefview.cpp attachpropertydialogbase.ui \
attachpropertydialog.cpp messagepropertydialog.cpp \
diff --git a/ktnef/gui/attachpropertydialog.cpp b/ktnef/gui/attachpropertydialog.cpp
index dc8e4760..fbf4d6e3 100644
--- a/ktnef/gui/attachpropertydialog.cpp
+++ b/ktnef/gui/attachpropertydialog.cpp
@@ -1,7 +1,7 @@
/*
attachpropertydialog.cpp
- Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
diff --git a/ktnef/gui/attachpropertydialog.h b/ktnef/gui/attachpropertydialog.h
index aa5e2bf3..970a7e39 100644
--- a/ktnef/gui/attachpropertydialog.h
+++ b/ktnef/gui/attachpropertydialog.h
@@ -1,7 +1,7 @@
/*
attachpropertydialog.h
- Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
diff --git a/ktnef/gui/ktnefmain.cpp b/ktnef/gui/ktnefmain.cpp
index 41e2d590..92325777 100644
--- a/ktnef/gui/ktnefmain.cpp
+++ b/ktnef/gui/ktnefmain.cpp
@@ -1,7 +1,7 @@
/*
ktnefmain.cpp
- Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
diff --git a/ktnef/gui/ktnefmain.h b/ktnef/gui/ktnefmain.h
index ba7993d4..7fe89b32 100644
--- a/ktnef/gui/ktnefmain.h
+++ b/ktnef/gui/ktnefmain.h
@@ -1,7 +1,7 @@
/*
ktnefmain.h
- Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
diff --git a/ktnef/gui/ktnefview.cpp b/ktnef/gui/ktnefview.cpp
index 871de9e0..676dd4b9 100644
--- a/ktnef/gui/ktnefview.cpp
+++ b/ktnef/gui/ktnefview.cpp
@@ -1,7 +1,7 @@
/*
ktnefview.cpp
- Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
diff --git a/ktnef/gui/ktnefview.h b/ktnef/gui/ktnefview.h
index 25504f87..e150595d 100644
--- a/ktnef/gui/ktnefview.h
+++ b/ktnef/gui/ktnefview.h
@@ -1,7 +1,7 @@
/*
ktnefview.h
- Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
@@ -20,7 +20,7 @@
#include <klistview.h>
#include <tqptrlist.h>
-#include <kdepimmacros.h>
+#include <tdepimmacros.h>
class KTNEFAttach;
diff --git a/ktnef/gui/main.cpp b/ktnef/gui/main.cpp
index e975630d..0ba04cc1 100644
--- a/ktnef/gui/main.cpp
+++ b/ktnef/gui/main.cpp
@@ -1,7 +1,7 @@
/*
main.cpp
- Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
@@ -39,7 +39,7 @@ int main(int argc, char *argv[])
KAboutData aboutData( "ktnef", I18N_NOOP("KTnef"),
"1.0", description, KAboutData::License_GPL,
"(c) 2000, Michael Goffioul");
- aboutData.addAuthor("Michael Goffioul",0, "kdeprint@swing.be");
+ aboutData.addAuthor("Michael Goffioul",0, "tdeprint@swing.be");
KCmdLineArgs::init( argc, argv, &aboutData );
KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
KApplication::addCmdLineOptions();
diff --git a/ktnef/gui/messagepropertydialog.cpp b/ktnef/gui/messagepropertydialog.cpp
index a2b1f75f..7f4d61e6 100644
--- a/ktnef/gui/messagepropertydialog.cpp
+++ b/ktnef/gui/messagepropertydialog.cpp
@@ -1,7 +1,7 @@
/*
messagepropertydialog.cpp
- Copyright (C) 2003 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2003 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
diff --git a/ktnef/gui/messagepropertydialog.h b/ktnef/gui/messagepropertydialog.h
index b7060d88..d48f3a26 100644
--- a/ktnef/gui/messagepropertydialog.h
+++ b/ktnef/gui/messagepropertydialog.h
@@ -1,7 +1,7 @@
/*
messagepropertydialog.h
- Copyright (C) 2003 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2003 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
diff --git a/ktnef/ktnef/ktnefattach.h b/ktnef/ktnef/ktnefattach.h
index f7f9f086..280c862f 100644
--- a/ktnef/ktnef/ktnefattach.h
+++ b/ktnef/ktnef/ktnefattach.h
@@ -1,7 +1,7 @@
/*
ktnefattach.h
- Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
@@ -22,7 +22,7 @@
#include <tqmap.h>
#include <tqvariant.h>
#include <ktnef/ktnefpropertyset.h>
-#include <kdepimmacros.h>
+#include <tdepimmacros.h>
class KTNEFProperty;
diff --git a/ktnef/ktnef/ktnefmessage.h b/ktnef/ktnef/ktnefmessage.h
index 059c64f6..afc372e2 100644
--- a/ktnef/ktnef/ktnefmessage.h
+++ b/ktnef/ktnef/ktnefmessage.h
@@ -1,7 +1,7 @@
/*
ktnefmessage.h
- Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
@@ -20,7 +20,7 @@
#include <ktnef/ktnefpropertyset.h>
#include <tqptrlist.h>
-#include <kdepimmacros.h>
+#include <tdepimmacros.h>
class KTNEFAttach;
diff --git a/ktnef/ktnef/ktnefparser.h b/ktnef/ktnef/ktnefparser.h
index 06754df5..92c44dc2 100644
--- a/ktnef/ktnef/ktnefparser.h
+++ b/ktnef/ktnef/ktnefparser.h
@@ -1,7 +1,7 @@
/*
ktnefparser.h
- Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
@@ -21,7 +21,7 @@
#include <tqptrlist.h>
#include <tqstring.h>
#include <tqmap.h>
-#include <kdepimmacros.h>
+#include <tdepimmacros.h>
class KTNEFAttach;
class KTNEFMessage;
diff --git a/ktnef/ktnef/ktnefproperty.h b/ktnef/ktnef/ktnefproperty.h
index bf5ab8a2..7b9d9d20 100644
--- a/ktnef/ktnef/ktnefproperty.h
+++ b/ktnef/ktnef/ktnefproperty.h
@@ -1,7 +1,7 @@
/*
ktnefproperty.h
- Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
@@ -20,7 +20,7 @@
#include <tqvariant.h>
#include <tqstring.h>
-#include <kdepimmacros.h>
+#include <tdepimmacros.h>
class KDE_EXPORT KTNEFProperty
{
diff --git a/ktnef/ktnef/ktnefpropertyset.h b/ktnef/ktnef/ktnefpropertyset.h
index 6a5ec75a..44166e31 100644
--- a/ktnef/ktnef/ktnefpropertyset.h
+++ b/ktnef/ktnef/ktnefpropertyset.h
@@ -1,7 +1,7 @@
/*
ktnefpropertyset.h
- Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
@@ -20,7 +20,7 @@
#include <tqmap.h>
#include <tqvariant.h>
-#include <kdepimmacros.h>
+#include <tdepimmacros.h>
class KTNEFProperty;
diff --git a/ktnef/lib/ktnefattach.cpp b/ktnef/lib/ktnefattach.cpp
index b6dad60d..3e721cfa 100644
--- a/ktnef/lib/ktnefattach.cpp
+++ b/ktnef/lib/ktnefattach.cpp
@@ -1,7 +1,7 @@
/*
ktnefattach.cpp
- Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
diff --git a/ktnef/lib/ktnefmessage.cpp b/ktnef/lib/ktnefmessage.cpp
index 202f080a..27f98606 100644
--- a/ktnef/lib/ktnefmessage.cpp
+++ b/ktnef/lib/ktnefmessage.cpp
@@ -1,7 +1,7 @@
/*
ktnefmessage.cpp
- Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
diff --git a/ktnef/lib/ktnefparser.cpp b/ktnef/lib/ktnefparser.cpp
index 7ca17b33..a05e0572 100644
--- a/ktnef/lib/ktnefparser.cpp
+++ b/ktnef/lib/ktnefparser.cpp
@@ -1,7 +1,7 @@
/*
ktnefparser.cpp
- Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
diff --git a/ktnef/lib/ktnefproperty.cpp b/ktnef/lib/ktnefproperty.cpp
index ae43236f..95edcc88 100644
--- a/ktnef/lib/ktnefproperty.cpp
+++ b/ktnef/lib/ktnefproperty.cpp
@@ -1,7 +1,7 @@
/*
ktnefproperty.cpp
- Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
diff --git a/ktnef/lib/ktnefpropertyset.cpp b/ktnef/lib/ktnefpropertyset.cpp
index ec3ee2b5..7801d726 100644
--- a/ktnef/lib/ktnefpropertyset.cpp
+++ b/ktnef/lib/ktnefpropertyset.cpp
@@ -1,7 +1,7 @@
/*
ktnefpropertyset.cpp
- Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
diff --git a/ktnef/lib/lzfu.cpp b/ktnef/lib/lzfu.cpp
index cc66cbbb..df121aea 100644
--- a/ktnef/lib/lzfu.cpp
+++ b/ktnef/lib/lzfu.cpp
@@ -1,7 +1,7 @@
/*
lzfu.cpp
- Copyright (C) 2003 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2003 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
diff --git a/ktnef/lib/lzfu.h b/ktnef/lib/lzfu.h
index 8047e928..7304243f 100644
--- a/ktnef/lib/lzfu.h
+++ b/ktnef/lib/lzfu.h
@@ -1,7 +1,7 @@
/*
lzfu.h
- Copyright (C) 2003 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2003 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
diff --git a/ktnef/lib/mapi.cpp b/ktnef/lib/mapi.cpp
index bf84f1fd..449c4177 100644
--- a/ktnef/lib/mapi.cpp
+++ b/ktnef/lib/mapi.cpp
@@ -1,7 +1,7 @@
/*
mapi.cpp
- Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
diff --git a/ktnef/lib/mapi.h b/ktnef/lib/mapi.h
index 829f7d62..6b94ac52 100644
--- a/ktnef/lib/mapi.h
+++ b/ktnef/lib/mapi.h
@@ -1,7 +1,7 @@
/*
mapi.h
- Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
+ Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
diff --git a/ktnef/tests/Makefile.am b/ktnef/tests/Makefile.am
index 103d7eb7..7b349f86 100644
--- a/ktnef/tests/Makefile.am
+++ b/ktnef/tests/Makefile.am
@@ -4,7 +4,7 @@ LDADD = ../lib/libktnef.la $(LIB_KDECORE)
check_PROGRAMS = parsertest
TESTS = parsertest
-parsertest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+parsertest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
parsertest_SOURCES = parsertest.cpp
METASOURCES = AUTO