summaryrefslogtreecommitdiffstats
path: root/src/kommando.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-23 16:22:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-23 16:22:39 +0900
commit889fb9a0290ac43d39a46d89490a62d0b28caa50 (patch)
tree1deb7d5a278a10ae5513a0a0dc5806eef9b8f9a8 /src/kommando.h
parentb89fb39eb964ec3d3ee65e18348ac3e78f3e64da (diff)
downloadkommando-889fb9a0290ac43d39a46d89490a62d0b28caa50.tar.gz
kommando-889fb9a0290ac43d39a46d89490a62d0b28caa50.zip
Added cmake build files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kommando.h')
-rw-r--r--src/kommando.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kommando.h b/src/kommando.h
index 73cab7f..f96fe02 100644
--- a/src/kommando.h
+++ b/src/kommando.h
@@ -22,8 +22,8 @@
#ifndef _KOMMANDO_H_
#define _KOMMANDO_H_
-#include <ntqwidget.h>
-#include <ntqptrlist.h>
+#include <tqwidget.h>
+#include <tqptrlist.h>
#include <kpixmap.h>
@@ -31,7 +31,7 @@
class Kommando : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
Kommando();