diff options
author | Slávek Banko <[email protected]> | 2018-09-24 17:03:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-09-24 17:03:23 +0200 |
commit | ff63338d189a49a16b29a503ba23727cfa7e2e66 (patch) | |
tree | c6e82e67044286fe4471e97c8f079a2d205f979a /doc/html/qwindowdefs-h.html | |
parent | 02964eb384e1b5a73a198d04262497607d81e38f (diff) | |
download | tqt3-ff63338d189a49a16b29a503ba23727cfa7e2e66.tar.gz tqt3-ff63338d189a49a16b29a503ba23727cfa7e2e66.zip |
Always build with a clean namespace
QT_CLEAN_NAMESPACE constant is no more needed
This may theoretically affect applications created for Qt1 and Qt2,
but such applications require further modifications as well.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'doc/html/qwindowdefs-h.html')
-rw-r--r-- | doc/html/qwindowdefs-h.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/html/qwindowdefs-h.html b/doc/html/qwindowdefs-h.html index 7b3d22c8d..4ff4fd5e6 100644 --- a/doc/html/qwindowdefs-h.html +++ b/doc/html/qwindowdefs-h.html @@ -224,12 +224,6 @@ typedef void (*TQtCleanUpFunction)(); Q_EXPORT void tqAddPostRoutine( TQtCleanUpFunction ); Q_EXPORT void tqRemovePostRoutine( TQtCleanUpFunction ); -#if !defined(QT_CLEAN_NAMESPACE) -// source compatibility with TQt 2.x -typedef TQtCleanUpFunction Q_CleanUpFunction; -#endif - - #endif // TQWINDOWDEFS_H </pre> <!-- eof --> |