diff options
author | Slávek Banko <[email protected]> | 2023-01-22 15:01:29 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-01-23 02:57:40 +0100 |
commit | 4feca443fb45a87fa971fe7f24c9dd3128643c19 (patch) | |
tree | cafb62865ab0f282e8d8a4b0f8765e173e4f36c3 /sip/tqt/tqtextstream.sip | |
parent | 16434e5519f6224e231bc5f7202f0e495eda7bb7 (diff) | |
download | pytqt-4feca443fb45a87fa971fe7f24c9dd3128643c19.tar.gz pytqt-4feca443fb45a87fa971fe7f24c9dd3128643c19.zip |
temporary commit to show changes
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'sip/tqt/tqtextstream.sip')
-rw-r--r-- | sip/tqt/tqtextstream.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/tqt/tqtextstream.sip b/sip/tqt/tqtextstream.sip index 83778c3..adeccb7 100644 --- a/sip/tqt/tqtextstream.sip +++ b/sip/tqt/tqtextstream.sip @@ -152,12 +152,12 @@ public: int precision() const; int precision(int); - // These are defined in qmainwindow.h as global operators so we have + // These are defined in tqmainwindow.h as global operators so we have // to implement them here and pretend they are class operators. TQTextStream &operator<<(const TQMainWindow &); TQTextStream &operator>>(TQMainWindow &); - // These are defined in qdockarea.h as global operators so we have + // These are defined in tqdockarea.h as global operators so we have // to implement them here and pretend they are class operators. TQTextStream &operator<<(const TQDockArea &); TQTextStream &operator>>(TQDockArea &); |