diff options
author | Darrell Anderson <[email protected]> | 2012-10-21 13:01:09 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-10-21 13:01:09 -0500 |
commit | c21c4a8f6edc6078e46f4beb2368129899c6cfe8 (patch) | |
tree | 1602899c7149dd1fd3ab32017af73e6c5c7dcb34 /src/kvilib/ext | |
parent | 800c08601def342fafcf77656c658920e5d99627 (diff) | |
download | kvirc-c21c4a8f6edc6078e46f4beb2368129899c6cfe8.tar.gz kvirc-c21c4a8f6edc6078e46f4beb2368129899c6cfe8.zip |
Fix inadvertent tqt changes.
Diffstat (limited to 'src/kvilib/ext')
-rw-r--r-- | src/kvilib/ext/kvi_crypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvilib/ext/kvi_crypt.h b/src/kvilib/ext/kvi_crypt.h index 673716d5..23d4ef45 100644 --- a/src/kvilib/ext/kvi_crypt.h +++ b/src/kvilib/ext/kvi_crypt.h @@ -51,7 +51,7 @@ typedef void (*crypt_engine_deallocator_func)(KviCryptEngine *); #endif //COMPILE_CRYPT_SUPPORT - // we must include this declaration to make tqmoc happy even + // we must include this declaration to make moc happy even // if we're not compiling the crypt support class KVILIB_API KviCryptEngine : public TQObject, public KviHeapObject |