summaryrefslogtreecommitdiffstats
path: root/src/menuhandler.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 14:04:47 +0900
committerMichele Calgaro <[email protected]>2023-07-25 13:15:33 +0900
commit258a108ab5de9b0d57de67324cb180753f059995 (patch)
treec777490fdf19ea2557f15aa2d4c1d9c468ca663a /src/menuhandler.h
parent416bda1d57023b9e47eb598794d4a699bc2811f7 (diff)
downloadtastymenu-r14.1.1.tar.gz
tastymenu-r14.1.1.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/menuhandler.h')
-rw-r--r--src/menuhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menuhandler.h b/src/menuhandler.h
index 8873c7f..682ba3a 100644
--- a/src/menuhandler.h
+++ b/src/menuhandler.h
@@ -51,7 +51,7 @@
@author Marco Martin <[email protected]>
*/
class MenuHandler : public TQFrame{
- Q_OBJECT
+ TQ_OBJECT
public:
MenuHandler( TQWidget *parent, Prefs *prefs, char *name=0, WFlags fl=WType_TopLevel );