diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:17:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 17:39:30 +0900 |
commit | 667ad9cdec9225d3fa298aefdc1d6d90000583d8 (patch) | |
tree | 1e7f9356a6cd55c62883c3797d5d5802031d4b75 /src/k3baudioplayer.h | |
parent | b14c0f074f2865c2be895c606e7757d9fba7643c (diff) | |
download | k3b-667ad9cd.tar.gz k3b-667ad9cd.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e1e7558d74bce9c95948ff07d0595ac3c5728aba)
Diffstat (limited to 'src/k3baudioplayer.h')
-rw-r--r-- | src/k3baudioplayer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k3baudioplayer.h b/src/k3baudioplayer.h index 7e375d5..f3560ca 100644 --- a/src/k3baudioplayer.h +++ b/src/k3baudioplayer.h @@ -84,7 +84,7 @@ class K3bPlayListViewItem : public TDEListViewItem */ class K3bPlayListView : public TDEListView { -Q_OBJECT +TQ_OBJECT public: @@ -104,7 +104,7 @@ Q_OBJECT */ class K3bAudioPlayer : public TQWidget { -Q_OBJECT +TQ_OBJECT public: |