diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:19:36 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:19:36 +0900 |
commit | e6f9f251f2fda1e100ea775b485829f6a6b78ca3 (patch) | |
tree | 4ad0cd12f967c80565288bacc8a96c340469c2fe /src/configenvironmentpage.h | |
parent | 4c1c773ca330a22bfc76dc2ec4dfbb53e39c9513 (diff) | |
download | soundkonverter-e6f9f251f2fda1e100ea775b485829f6a6b78ca3.tar.gz soundkonverter-e6f9f251f2fda1e100ea775b485829f6a6b78ca3.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/configenvironmentpage.h')
-rw-r--r-- | src/configenvironmentpage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configenvironmentpage.h b/src/configenvironmentpage.h index 9b22f51..c95fd3d 100644 --- a/src/configenvironmentpage.h +++ b/src/configenvironmentpage.h @@ -16,7 +16,7 @@ class TDEListBox; */ class ConfigEnvironmentPage : public ConfigPageBase { - Q_OBJECT + TQ_OBJECT public: /** |