diff options
Diffstat (limited to 'src/parsers/parsers.h')
-rw-r--r-- | src/parsers/parsers.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/parsers/parsers.h b/src/parsers/parsers.h index 904ff00..ef02e76 100644 --- a/src/parsers/parsers.h +++ b/src/parsers/parsers.h @@ -13,7 +13,7 @@ #include <tqstring.h> -namespace KIO +namespace TDEIO { class SlaveBase; } @@ -81,9 +81,9 @@ namespace Parsers void operator () (AptProtocol* slave, const TQString& tag, const TQString& value); }; - void operator << (KIO::SlaveBase& slave, const TQCString& string); - void operator << (KIO::SlaveBase& slave, const TQString& string); - void operator << (KIO::SlaveBase& slave, const char* string); + void operator << (TDEIO::SlaveBase& slave, const TQCString& string); + void operator << (TDEIO::SlaveBase& slave, const TQString& string); + void operator << (TDEIO::SlaveBase& slave, const char* string); TQString mangle_version(TQString version); } |