diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:04:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-25 13:15:33 +0900 |
commit | 258a108ab5de9b0d57de67324cb180753f059995 (patch) | |
tree | c777490fdf19ea2557f15aa2d4c1d9c468ca663a /src/tastylistview.h | |
parent | 416bda1d57023b9e47eb598794d4a699bc2811f7 (diff) | |
download | tastymenu-258a108ab5de9b0d57de67324cb180753f059995.tar.gz tastymenu-258a108ab5de9b0d57de67324cb180753f059995.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit e525315ab543887a296bf635c51b39859fa2a849)
Diffstat (limited to 'src/tastylistview.h')
-rw-r--r-- | src/tastylistview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tastylistview.h b/src/tastylistview.h index fcc77b3..37907e8 100644 --- a/src/tastylistview.h +++ b/src/tastylistview.h @@ -55,7 +55,7 @@ class TastyListViewToolTip: public TQToolTip */ class TastyListView : public TDEListView { - Q_OBJECT + TQ_OBJECT private: bool highLightGroups; TQTimer *onItemTimer; @@ -114,7 +114,7 @@ signals: */ class TastyListViewItem : public TDEListViewItem { - //Q_OBJECT + //TQ_OBJECT friend class TastyListView; public: typedef enum |