From 3e88ddfbc3df52c97d5354890fb9ac68af49bddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:01:54 +0200 Subject: Additional k => tde renaming and fixes --- tdeprint/slave/tdeio_print.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tdeprint/slave/tdeio_print.h') diff --git a/tdeprint/slave/tdeio_print.h b/tdeprint/slave/tdeio_print.h index 1b7158eb9..ff56cb426 100644 --- a/tdeprint/slave/tdeio_print.h +++ b/tdeprint/slave/tdeio_print.h @@ -17,8 +17,8 @@ * Boston, MA 02110-1301, USA. **/ -#ifndef KIO_PRINT_H -#define KIO_PRINT_H +#ifndef TDEIO_PRINT_H +#define TDEIO_PRINT_H #include #include @@ -30,11 +30,11 @@ namespace TDEIO { class Job; } -class KIO_Print : public TQObject, public TDEIO::SlaveBase +class TDEIO_Print : public TQObject, public TDEIO::SlaveBase { Q_OBJECT public: - KIO_Print(const TQCString& pool, const TQCString& app); + TDEIO_Print(const TQCString& pool, const TQCString& app); void listDir(const KURL& url); void get(const KURL& url); -- cgit v1.2.1