diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:16:39 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-25 22:04:30 +0900 |
commit | 185b962c88ce05cb840f25b00a48934c555b3f79 (patch) | |
tree | d82d43c24935364576c1b30fdf9685c020bb2e0c /kickermenu-3.3/menuapplet.h | |
parent | 2081343a38fcf12e7ae321f594ce4e07d042de9a (diff) | |
download | tde-style-baghira-185b962c88ce05cb840f25b00a48934c555b3f79.tar.gz tde-style-baghira-185b962c88ce05cb840f25b00a48934c555b3f79.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit e1fc10f0a34ce8a2282e1009bcc863f1a93889b4)
Diffstat (limited to 'kickermenu-3.3/menuapplet.h')
-rw-r--r-- | kickermenu-3.3/menuapplet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kickermenu-3.3/menuapplet.h b/kickermenu-3.3/menuapplet.h index 782d922..6bdbe61 100644 --- a/kickermenu-3.3/menuapplet.h +++ b/kickermenu-3.3/menuapplet.h @@ -45,7 +45,7 @@ class MenuEmbed; class Applet : public KPanelApplet, public DCOPObject { - Q_OBJECT + TQ_OBJECT K_DCOP k_dcop: ASYNC configure(); @@ -93,7 +93,7 @@ class Applet : public KPanelApplet, public DCOPObject class MenuEmbed : public QXEmbed { - Q_OBJECT + TQ_OBJECT public: MenuEmbed( WId mainwindow, bool desktop, TQWidget* parent = NULL, const char* name = NULL ); |