diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-03 10:32:28 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-03 10:32:28 +0900 |
| commit | 64d2e7533f57a6ffd64827d83f93a994efafd8d0 (patch) | |
| tree | 09e792f13979bf0a63ea139579ccc9ba78869fdc /doc/html/qwindowsstyle-h.html | |
| parent | 094cadcfcbf9c2deccca231adf6de1026aff157b (diff) | |
| download | tqt-64d2e753.tar.gz tqt-64d2e753.zip | |
Rename Q_EXPORT to TQ_EXPORT
Manually cherry picked from commit 01d46198
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qwindowsstyle-h.html')
| -rw-r--r-- | doc/html/qwindowsstyle-h.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qwindowsstyle-h.html b/doc/html/qwindowsstyle-h.html index 17961081b..fc30bba1e 100644 --- a/doc/html/qwindowsstyle-h.html +++ b/doc/html/qwindowsstyle-h.html @@ -84,13 +84,13 @@ body { background: #ffffff; color: black; } #if !defined(TQT_NO_STYLE_WINDOWS) || defined(QT_PLUGIN) #if defined(QT_PLUGIN) -#define Q_EXPORT_STYLE_WINDOWS +#define TQ_EXPORT_STYLE_WINDOWS #else -#define Q_EXPORT_STYLE_WINDOWS TQ_EXPORT +#define TQ_EXPORT_STYLE_WINDOWS TQ_EXPORT #endif -class Q_EXPORT_STYLE_WINDOWS TQWindowsStyle : public TQCommonStyle +class TQ_EXPORT_STYLE_WINDOWS TQWindowsStyle : public TQCommonStyle { TQ_OBJECT public: |
