diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:44 -0600 |
commit | d70ce47c224b328c429a5f2406e5e793b009541d (patch) | |
tree | cef1f2b51b5429229c2c5fad2436b60dddbcf6cc /ktnef | |
parent | 480ccc4ed6441c8e663dc62be689c19499d806ea (diff) | |
download | tdepim-d70ce47c224b328c429a5f2406e5e793b009541d.tar.gz tdepim-d70ce47c224b328c429a5f2406e5e793b009541d.zip |
Additional kde to tde renaming
Diffstat (limited to 'ktnef')
-rw-r--r-- | ktnef/AUTHORS | 2 | ||||
-rw-r--r-- | ktnef/gui/Makefile.am | 2 | ||||
-rw-r--r-- | ktnef/gui/attachpropertydialog.cpp | 2 | ||||
-rw-r--r-- | ktnef/gui/attachpropertydialog.h | 2 | ||||
-rw-r--r-- | ktnef/gui/ktnefmain.cpp | 2 | ||||
-rw-r--r-- | ktnef/gui/ktnefmain.h | 2 | ||||
-rw-r--r-- | ktnef/gui/ktnefview.cpp | 2 | ||||
-rw-r--r-- | ktnef/gui/ktnefview.h | 4 | ||||
-rw-r--r-- | ktnef/gui/main.cpp | 4 | ||||
-rw-r--r-- | ktnef/gui/messagepropertydialog.cpp | 2 | ||||
-rw-r--r-- | ktnef/gui/messagepropertydialog.h | 2 | ||||
-rw-r--r-- | ktnef/ktnef/ktnefattach.h | 4 | ||||
-rw-r--r-- | ktnef/ktnef/ktnefmessage.h | 4 | ||||
-rw-r--r-- | ktnef/ktnef/ktnefparser.h | 4 | ||||
-rw-r--r-- | ktnef/ktnef/ktnefproperty.h | 4 | ||||
-rw-r--r-- | ktnef/ktnef/ktnefpropertyset.h | 4 | ||||
-rw-r--r-- | ktnef/lib/ktnefattach.cpp | 2 | ||||
-rw-r--r-- | ktnef/lib/ktnefmessage.cpp | 2 | ||||
-rw-r--r-- | ktnef/lib/ktnefparser.cpp | 2 | ||||
-rw-r--r-- | ktnef/lib/ktnefproperty.cpp | 2 | ||||
-rw-r--r-- | ktnef/lib/ktnefpropertyset.cpp | 2 | ||||
-rw-r--r-- | ktnef/lib/lzfu.cpp | 2 | ||||
-rw-r--r-- | ktnef/lib/lzfu.h | 2 | ||||
-rw-r--r-- | ktnef/lib/mapi.cpp | 2 | ||||
-rw-r--r-- | ktnef/lib/mapi.h | 2 | ||||
-rw-r--r-- | ktnef/tests/Makefile.am | 2 |
26 files changed, 33 insertions, 33 deletions
diff --git a/ktnef/AUTHORS b/ktnef/AUTHORS index dfb1b0df6..8628953dc 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 144f0b244..e82074c25 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 dc8e47607..fbf4d6e36 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 aa5e2bf3a..970a7e39c 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 41e2d590f..923257773 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 ba7993d44..7fe89b32d 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 871de9e04..676dd4b9f 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 25504f87a..e150595de 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 e975630df..0ba04cc1b 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 a2b1f75f9..7f4d61e6b 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 b7060d880..d48f3a265 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 f7f9f0862..280c862fe 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 059c64f6d..afc372e27 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 06754df55..92c44dc22 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 bf5ab8a2e..7b9d9d204 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 6a5ec75a6..44166e312 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 b6dad60d6..3e721cfaf 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 202f080a1..27f98606e 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 7ca17b331..a05e05721 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 ae43236fb..95edcc887 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 ec3ee2b51..7801d7264 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 cc66cbbbd..df121aeac 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 8047e9286..7304243f6 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 bf84f1fd7..449c41770 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 829f7d62f..6b94ac52f 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 103d7eb7e..7b349f86a 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 |