From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdeprint/util.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kdeprint/util.h') diff --git a/kdeprint/util.h b/kdeprint/util.h index b7ccdcbd5..d51f248cf 100644 --- a/kdeprint/util.h +++ b/kdeprint/util.h @@ -21,19 +21,19 @@ #define UTIL_H #include "kprinter.h" -#include +#include #include #include -KURL smbToUrl(const QString& work, const QString& server, const QString& printer); -void urlToSmb(const KURL& url, QString& work, QString& server, QString& printer); +KURL smbToUrl(const TQString& work, const TQString& server, const TQString& printer); +void urlToSmb(const KURL& url, TQString& work, TQString& server, TQString& printer); // those 2 are only workarounds when the login/password may contain // strange characters ('@', '/'). In this case, those chars are not encoded // as other SMB tools (smbspool) doesn't seem to support encoding. This // utilities allow to continue working KURL class (and encoding) within // KDEPrint, but without encoding outside KDEPrint (shoudl fix bug #38733) -KDEPRINT_EXPORT QString buildSmbURI( const QString& work, const QString& server, const QString& printer, const QString& user, const QString& passwd ); -KDEPRINT_EXPORT bool splitSmbURI( const QString& uri, QString& work, QString& server, QString& printer, QString& user, QString& passwd ); +KDEPRINT_EXPORT TQString buildSmbURI( const TQString& work, const TQString& server, const TQString& printer, const TQString& user, const TQString& passwd ); +KDEPRINT_EXPORT bool splitSmbURI( const TQString& uri, TQString& work, TQString& server, TQString& printer, TQString& user, TQString& passwd ); static const struct pagesizestruct { -- cgit v1.2.1