diff options
Diffstat (limited to 'tdefile-plugins/jpeg')
-rw-r--r-- | tdefile-plugins/jpeg/tdefile_jpeg.cpp | 2 | ||||
-rw-r--r-- | tdefile-plugins/jpeg/tdefile_jpeg.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdefile-plugins/jpeg/tdefile_jpeg.cpp b/tdefile-plugins/jpeg/tdefile_jpeg.cpp index 2c0894c2..12c6eca5 100644 --- a/tdefile-plugins/jpeg/tdefile_jpeg.cpp +++ b/tdefile-plugins/jpeg/tdefile_jpeg.cpp @@ -24,7 +24,7 @@ #include "tdefile_jpeg.h" #include <kurl.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdelocale.h> #include <kgenericfactory.h> #include <kdebug.h> diff --git a/tdefile-plugins/jpeg/tdefile_jpeg.h b/tdefile-plugins/jpeg/tdefile_jpeg.h index c6eae8b1..4b825a45 100644 --- a/tdefile-plugins/jpeg/tdefile_jpeg.h +++ b/tdefile-plugins/jpeg/tdefile_jpeg.h @@ -25,7 +25,7 @@ class KJpegPlugin: public KFilePlugin { - Q_OBJECT + TQ_OBJECT public: |