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/qcdestyle-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/qcdestyle-h.html')
| -rw-r--r-- | doc/html/qcdestyle-h.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qcdestyle-h.html b/doc/html/qcdestyle-h.html index 5bb262696..cacde0104 100644 --- a/doc/html/qcdestyle-h.html +++ b/doc/html/qcdestyle-h.html @@ -85,12 +85,12 @@ body { background: #ffffff; color: black; } #if !defined(TQT_NO_STYLE_CDE) || defined(QT_PLUGIN) #if defined(QT_PLUGIN) -#define Q_EXPORT_STYLE_CDE +#define TQ_EXPORT_STYLE_CDE #else -#define Q_EXPORT_STYLE_CDE TQ_EXPORT +#define TQ_EXPORT_STYLE_CDE TQ_EXPORT #endif -class Q_EXPORT_STYLE_CDE TQCDEStyle : public TQMotifStyle +class TQ_EXPORT_STYLE_CDE TQCDEStyle : public TQMotifStyle { TQ_OBJECT public: |
