diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-24 21:28:39 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-31 16:31:47 +0900 |
commit | 7c3b44b81086c6b99f91e294c3b438dc808b47e2 (patch) | |
tree | d92d61649487df1a2fbd200d4ead11a7f16ba63f /src/kvilib/system/kvi_locale.h | |
parent | cafbffba66b6ce809783ed1eb4d24aac6fe9701f (diff) | |
download | kvirc-7c3b44b8.tar.gz kvirc-7c3b44b8.zip |
Drop USE_QT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 030a2248f3630fd0404df98beffc78b5b5ca4c31)
Diffstat (limited to 'src/kvilib/system/kvi_locale.h')
-rw-r--r-- | src/kvilib/system/kvi_locale.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/kvilib/system/kvi_locale.h b/src/kvilib/system/kvi_locale.h index b3f15b4..599aec4 100644 --- a/src/kvilib/system/kvi_locale.h +++ b/src/kvilib/system/kvi_locale.h @@ -132,15 +132,8 @@ class KVILIB_API KviTranslator : public TQTranslator KviTranslator(TQObject * parent,const char * name); ~KviTranslator(); public: -#ifdef COMPILE_USE_QT4 - virtual TQString translate(const char * context,const char * message,const char * comment) const; -#endif - // Deprecated in qt 4.x virtual TQString find(const char * context,const char * message) const; -#ifndef COMPILE_USE_QT4 - // Dead in qt 4.x virtual TQTranslatorMessage findMessage(const char * context,const char * sourceText,const char * comment = 0) const; -#endif }; |