diff options
author | Michele Calgaro <[email protected]> | 2024-09-13 21:16:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-09-13 21:16:04 +0900 |
commit | 872192923463820529e6e77963afb4bfcfb5ce53 (patch) | |
tree | bf37634f4da8ac66a81cb26695e1a1ab1fea1d06 /src/kernel/tqgplugin.h | |
parent | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (diff) | |
download | tqt3-872192923463820529e6e77963afb4bfcfb5ce53.tar.gz tqt3-872192923463820529e6e77963afb4bfcfb5ce53.zip |
Rename private q* headers into equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/kernel/tqgplugin.h')
-rw-r--r-- | src/kernel/tqgplugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/tqgplugin.h b/src/kernel/tqgplugin.h index 88212515b..30e350cd2 100644 --- a/src/kernel/tqgplugin.h +++ b/src/kernel/tqgplugin.h @@ -74,9 +74,9 @@ #define Q_PLUGIN_FLAGS_STRING "01" #endif -// this is duplicated at Q_UCM_VERIFICATION_DATA in qcom_p.h +// this is duplicated at Q_UCM_VERIFICATION_DATA in tqcom_p.h // NOTE: if you change pattern, you MUST change the pattern in -// qcomlibrary.cpp as well. changing the pattern will break all +// tqcomlibrary.cpp as well. changing the pattern will break all // backwards compatibility as well (no old plugins will be loaded). #ifndef Q_PLUGIN_VERIFICATION_DATA # define Q_PLUGIN_VERIFICATION_DATA \ |