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-20 14:16:39 +0900 |
commit | e1fc10f0a34ce8a2282e1009bcc863f1a93889b4 (patch) | |
tree | 630146ca7b55b2ec008aab552bbd3781407fc556 /sidebar | |
parent | 31149c65cca5348dfd890dfb2ffe027f544f6ccb (diff) | |
download | tde-style-baghira-e1fc10f0a34ce8a2282e1009bcc863f1a93889b4.tar.gz tde-style-baghira-e1fc10f0a34ce8a2282e1009bcc863f1a93889b4.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'sidebar')
-rw-r--r-- | sidebar/baghirasidebar.h | 2 | ||||
-rw-r--r-- | sidebar/dndlistbox.h | 6 | ||||
-rw-r--r-- | sidebar/linkview.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sidebar/baghirasidebar.h b/sidebar/baghirasidebar.h index 1a8f982..640c354 100644 --- a/sidebar/baghirasidebar.h +++ b/sidebar/baghirasidebar.h @@ -15,7 +15,7 @@ class TQListBoxItem; class baghiraSidebar : public KonqSidebarPlugin { - Q_OBJECT + TQ_OBJECT public: /** 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 ); diff --git a/sidebar/linkview.h b/sidebar/linkview.h index 1817d52..996c43c 100644 --- a/sidebar/linkview.h +++ b/sidebar/linkview.h @@ -14,7 +14,7 @@ class MediaListBox; class LinkView : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: LinkView(TQWidget * parent = 0, const char * name = 0, WFlags f = 0); |