summaryrefslogtreecommitdiffstats
path: root/src/kbtaskview.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:54:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:54:36 +0900
commita1db9a471db4545c2e401ded047de5c28fc7fd21 (patch)
tree9ec32c1389bcd85f95c309fbaed5a4641d3d42d1 /src/kbtaskview.h
parent7f127fca03e3e6e9f34d51c39fe315a8e0d6d520 (diff)
downloadkasablanca-a1db9a471db4545c2e401ded047de5c28fc7fd21.tar.gz
kasablanca-a1db9a471db4545c2e401ded047de5c28fc7fd21.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kbtaskview.h')
-rw-r--r--src/kbtaskview.h2
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();