diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 12:54:36 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 12:54:36 +0900 |
commit | a1db9a471db4545c2e401ded047de5c28fc7fd21 (patch) | |
tree | 9ec32c1389bcd85f95c309fbaed5a4641d3d42d1 /src/kbtaskview.h | |
parent | 7f127fca03e3e6e9f34d51c39fe315a8e0d6d520 (diff) | |
download | kasablanca-a1db9a471db4545c2e401ded047de5c28fc7fd21.tar.gz kasablanca-a1db9a471db4545c2e401ded047de5c28fc7fd21.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
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(); |