diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 13:03:38 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 13:03:38 -0500 |
commit | 8500fd304d11f6b2c850a57d2ce436f7a98bb513 (patch) | |
tree | 3d6bd70da0e76d1b4df1559648e5f09a7ece810c /tdeprint/util.h | |
parent | b316b4a3bfd6fd9937c7166e052ad1d813459f2d (diff) | |
download | tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.tar.gz tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.zip |
Branding cleanup: KDE print -> TDE Print.
Diffstat (limited to 'tdeprint/util.h')
-rw-r--r-- | tdeprint/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/util.h b/tdeprint/util.h index 6b966d7c0..dafcdaa90 100644 --- a/tdeprint/util.h +++ b/tdeprint/util.h @@ -31,7 +31,7 @@ void urlToSmb(const KURL& url, TQString& work, TQString& server, TQString& print // 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) +// TDEPrint, but without encoding outside TDEPrint (should fix bug #38733) TDEPRINT_EXPORT TQString buildSmbURI( const TQString& work, const TQString& server, const TQString& printer, const TQString& user, const TQString& passwd ); TDEPRINT_EXPORT bool splitSmbURI( const TQString& uri, TQString& work, TQString& server, TQString& printer, TQString& user, TQString& passwd ); |