summaryrefslogtreecommitdiffstats
path: root/src/knowit.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:36:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 21:24:43 +0900
commit1448a29b4641228157e43916e4ceb207f8c94aaa (patch)
treee685c02b7e80510569200e1a3015f59635b5a3e8 /src/knowit.h
parentd2be868eae07c42b786981c4127b0a043452546b (diff)
downloadknowit-b90b98547cc960ffdd3e88be369ce4b2d7f38786.tar.gz
knowit-b90b98547cc960ffdd3e88be369ce4b2d7f38786.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4f4d62d497ae54ef740c4dcdcaa8bb3dab66caae)
Diffstat (limited to 'src/knowit.h')
-rw-r--r--src/knowit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knowit.h b/src/knowit.h
index 90f3cf6..1c4953d 100644
--- a/src/knowit.h
+++ b/src/knowit.h
@@ -50,7 +50,7 @@ class KnowitTree;
/** Knowit is the base class of the project */
class Knowit : public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
private:
static const TQString Untitled;