diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:16:39 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-25 22:04:30 +0900 |
| commit | 185b962c88ce05cb840f25b00a48934c555b3f79 (patch) | |
| tree | d82d43c24935364576c1b30fdf9685c020bb2e0c /starter/starter.h | |
| parent | 2081343a38fcf12e7ae321f594ce4e07d042de9a (diff) | |
| download | tde-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 'starter/starter.h')
| -rw-r--r-- | starter/starter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starter/starter.h b/starter/starter.h index 3cbd14a..59634f4 100644 --- a/starter/starter.h +++ b/starter/starter.h @@ -24,7 +24,7 @@ class StarterConfig; class starter : public KPanelApplet, virtual public StarterIface { - Q_OBJECT + TQ_OBJECT public: starter(const TQString& configFile, Type t = Normal, int actions = 0, |
