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 /sidebar/dndlistbox.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 <michele.calgaro@yahoo.it>
(cherry picked from commit e1fc10f0a34ce8a2282e1009bcc863f1a93889b4)
Diffstat (limited to 'sidebar/dndlistbox.h')
-rw-r--r-- | sidebar/dndlistbox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sidebar/dndlistbox.h b/sidebar/dndlistbox.h index 4f12823..c5e2cfb 100644 --- a/sidebar/dndlistbox.h +++ b/sidebar/dndlistbox.h @@ -26,7 +26,7 @@ class TQResizeEvent; class ResizingLinkBox : public TDEListBox { - Q_OBJECT + TQ_OBJECT public: ResizingLinkBox( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 ); @@ -62,7 +62,7 @@ signals: class MediaListBox : public ResizingLinkBox, virtual public BaghiraSidebarIface { - Q_OBJECT + TQ_OBJECT public: MediaListBox( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 ); ~MediaListBox(); @@ -89,7 +89,7 @@ private slots: class DnDListBox : public ResizingLinkBox { - Q_OBJECT + TQ_OBJECT public: DnDListBox( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 ); |