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-20 14:31:03 +0900 |
commit | f329450b7e8e05418f40a6f727ee71bc8512e627 (patch) | |
tree | 83969a74fd7dbfefed969ce0834d7af697932b74 /fileplugin | |
parent | 7f9e4e651c75fdce6c2345deec0b795a5fe4cf1e (diff) | |
download | kbarcode-f329450b7e8e05418f40a6f727ee71bc8512e627.tar.gz kbarcode-f329450b7e8e05418f40a6f727ee71bc8512e627.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'fileplugin')
-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: |