diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:31:03 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-26 10:57:47 +0900 |
commit | 54202808354c6851afeecf4cf1f74cdafcb73a6a (patch) | |
tree | 78d3e8dcd81046a7f178060c6caca8f6b8a24fb6 /fileplugin/tdefile_kbarcode.h | |
parent | c846138da0f53ecef9f389ced3e91b8aa90a2aad (diff) | |
download | kbarcode-54202808.tar.gz kbarcode-54202808.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f329450b7e8e05418f40a6f727ee71bc8512e627)
Diffstat (limited to 'fileplugin/tdefile_kbarcode.h')
-rw-r--r-- | fileplugin/tdefile_kbarcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fileplugin/tdefile_kbarcode.h b/fileplugin/tdefile_kbarcode.h index ae0a64d..5b9423d 100644 --- a/fileplugin/tdefile_kbarcode.h +++ b/fileplugin/tdefile_kbarcode.h @@ -11,7 +11,7 @@ class TQStringList; class KBarcodePlugin: public KFilePlugin { - Q_OBJECT + TQ_OBJECT public: |