From d70ce47c224b328c429a5f2406e5e793b009541d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:31:44 -0600 Subject: Additional kde to tde renaming --- ktnef/gui/Makefile.am | 2 +- ktnef/gui/attachpropertydialog.cpp | 2 +- ktnef/gui/attachpropertydialog.h | 2 +- ktnef/gui/ktnefmain.cpp | 2 +- ktnef/gui/ktnefmain.h | 2 +- ktnef/gui/ktnefview.cpp | 2 +- ktnef/gui/ktnefview.h | 4 ++-- ktnef/gui/main.cpp | 4 ++-- ktnef/gui/messagepropertydialog.cpp | 2 +- ktnef/gui/messagepropertydialog.h | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) (limited to 'ktnef/gui') 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 + Copyright (C) 2002 Michael Goffioul 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 + Copyright (C) 2002 Michael Goffioul 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 + Copyright (C) 2002 Michael Goffioul 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 + Copyright (C) 2002 Michael Goffioul 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 + Copyright (C) 2002 Michael Goffioul 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 + Copyright (C) 2002 Michael Goffioul This file is part of KTNEF, the KDE TNEF support library/program. @@ -20,7 +20,7 @@ #include #include -#include +#include 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 + Copyright (C) 2002 Michael Goffioul 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 + Copyright (C) 2003 Michael Goffioul 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 + Copyright (C) 2003 Michael Goffioul This file is part of KTNEF, the KDE TNEF support library/program. -- cgit v1.2.1