diff options
Diffstat (limited to 'tdefile-plugins/exr/tdefile_exr.cpp')
-rw-r--r-- | tdefile-plugins/exr/tdefile_exr.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tdefile-plugins/exr/tdefile_exr.cpp b/tdefile-plugins/exr/tdefile_exr.cpp index a2613bff..ffbe74d2 100644 --- a/tdefile-plugins/exr/tdefile_exr.cpp +++ b/tdefile-plugins/exr/tdefile_exr.cpp @@ -1,4 +1,3 @@ -// -*- C++;indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*- /* This file is part of the KDE project * Copyright (C) 2003 <bradh@frogmouth.net> * @@ -40,7 +39,7 @@ #include <string> #include <kurl.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdelocale.h> #include <kgenericfactory.h> #include <kdebug.h> |