diff options
Diffstat (limited to 'chalk/core/createdcop.py')
-rwxr-xr-x | chalk/core/createdcop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/core/createdcop.py b/chalk/core/createdcop.py index 2356a8c4..ef7acc5e 100755 --- a/chalk/core/createdcop.py +++ b/chalk/core/createdcop.py @@ -64,7 +64,7 @@ dcopiface_template = """/* * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include <kapplication.h> +#include <tdeapplication.h> #include "%(ifaceheader)s" |