summaryrefslogtreecommitdiffstats
path: root/kickermenu/menuapplet.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:16:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-25 22:04:30 +0900
commit185b962c88ce05cb840f25b00a48934c555b3f79 (patch)
treed82d43c24935364576c1b30fdf9685c020bb2e0c /kickermenu/menuapplet.h
parent2081343a38fcf12e7ae321f594ce4e07d042de9a (diff)
downloadtde-style-baghira-185b962c.tar.gz
tde-style-baghira-185b962c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e1fc10f0a34ce8a2282e1009bcc863f1a93889b4)
Diffstat (limited to 'kickermenu/menuapplet.h')
-rw-r--r--kickermenu/menuapplet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kickermenu/menuapplet.h b/kickermenu/menuapplet.h
index dea5481..9500fa1 100644
--- a/kickermenu/menuapplet.h
+++ b/kickermenu/menuapplet.h
@@ -48,7 +48,7 @@ class MenuEmbed;
class Applet : public KPanelApplet, public DCOPObject
{
- Q_OBJECT
+ TQ_OBJECT
K_DCOP
k_dcop:
ASYNC configure();
@@ -99,7 +99,7 @@ private:
class MenuEmbed : public QXEmbed
{
- Q_OBJECT
+ TQ_OBJECT
public:
MenuEmbed( WId mainwindow, bool desktop, TQWidget* parent = NULL, const char* name = NULL );
WId mainWindow() const;