summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins/exr
diff options
context:
space:
mode:
Diffstat (limited to 'tdefile-plugins/exr')
-rw-r--r--tdefile-plugins/exr/tdefile_exr.cpp3
-rw-r--r--tdefile-plugins/exr/tdefile_exr.h2
2 files changed, 2 insertions, 3 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>
diff --git a/tdefile-plugins/exr/tdefile_exr.h b/tdefile-plugins/exr/tdefile_exr.h
index 11a3a86b..6d71aebf 100644
--- a/tdefile-plugins/exr/tdefile_exr.h
+++ b/tdefile-plugins/exr/tdefile_exr.h
@@ -28,7 +28,7 @@ class TQStringList;
class KExrPlugin: public KFilePlugin
{
- Q_OBJECT
+ TQ_OBJECT
public: