summaryrefslogtreecommitdiffstats
path: root/src/kprocessorview.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 11:57:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-23 18:48:22 +0900
commit119fd80123bedbe7b319824b6159d8ddecc3b1cf (patch)
treeee27c1798565af641115adee4c99145abeba3074 /src/kprocessorview.h
parentbaeeabb06a4a689338bffafdd954e87bfe1f052f (diff)
downloadkpicosim-282dc3de6e409e2c269a14396d07925ae89fff14.tar.gz
kpicosim-282dc3de6e409e2c269a14396d07925ae89fff14.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b9727aa65d06bf7835fbcc034069b63985b5b40a)
Diffstat (limited to 'src/kprocessorview.h')
-rw-r--r--src/kprocessorview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kprocessorview.h b/src/kprocessorview.h
index e22b624..84f105a 100644
--- a/src/kprocessorview.h
+++ b/src/kprocessorview.h
@@ -9,7 +9,7 @@
class MyListView : public TDEListView
{
- Q_OBJECT
+ TQ_OBJECT
public:
MyListView(TQWidget *parent) ;
@@ -29,7 +29,7 @@ class MyListView : public TDEListView
class TDEProcessorView : public TDEToolBar
{
- Q_OBJECT
+ TQ_OBJECT
public:
TDEProcessorView(TQWidget *parent = 0, const char *name = 0);