diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:18:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:18:17 -0600 |
commit | e24d7c79a93eaa9f6cc3e2e6a881eab32d0cd151 (patch) | |
tree | 0736e2f690caf1f96bf3e50bf15ff861dbe02293 /src | |
parent | e085a7affa63047c1b9b9f94dd032f439433eb39 (diff) | |
download | gwenview-e24d7c79a93eaa9f6cc3e2e6a881eab32d0cd151.tar.gz gwenview-e24d7c79a93eaa9f6cc3e2e6a881eab32d0cd151.zip |
Additional kde to tde renaming
Diffstat (limited to 'src')
-rw-r--r-- | src/app/Makefile.am | 2 | ||||
-rw-r--r-- | src/gvcore/printdialog.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/app/Makefile.am b/src/app/Makefile.am index 86f1935..45ec945 100644 --- a/src/app/Makefile.am +++ b/src/app/Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS= lib_LTLIBRARIES= -kdeinit_LTLIBRARIES = gwenview.la +tdeinit_LTLIBRARIES = gwenview.la # -D_LARGEFILE64_SOURCE is necessary on Debian Woody AM_CPPFLAGS = -D_LARGEFILE64_SOURCE diff --git a/src/gvcore/printdialog.h b/src/gvcore/printdialog.h index b94ec90..8a4b957 100644 --- a/src/gvcore/printdialog.h +++ b/src/gvcore/printdialog.h @@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // KDE #include <kdockwidget.h> -#include <kdeprint/kprintdialogpage.h> +#include <tdeprint/kprintdialogpage.h> #include "libgwenview_export.h" class PrintDialogPageBase; |