diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:54:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 10:40:33 +0900 |
commit | 15688010cd392ed6bfede386c1df5daa1885835d (patch) | |
tree | 9ec32c1389bcd85f95c309fbaed5a4641d3d42d1 /src/kbtaskview.h | |
parent | 7f127fca03e3e6e9f34d51c39fe315a8e0d6d520 (diff) | |
download | kasablanca-15688010.tar.gz kasablanca-15688010.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a1db9a471db4545c2e401ded047de5c28fc7fd21)
Diffstat (limited to 'src/kbtaskview.h')
-rw-r--r-- | src/kbtaskview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbtaskview.h b/src/kbtaskview.h index e2aab6b..9aeee4f 100644 --- a/src/kbtaskview.h +++ b/src/kbtaskview.h @@ -19,7 +19,7 @@ */ class KbTaskView : public TDEListView { -Q_OBJECT +TQ_OBJECT public: KbTaskView(TQWidget *parent = 0, const char *name = 0); ~KbTaskView(); |