diff options
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; |