summaryrefslogtreecommitdiffstats
path: root/sidebar/linkview.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 14:16:39 +0900
committerMichele Calgaro <[email protected]>2023-07-20 14:16:39 +0900
commite1fc10f0a34ce8a2282e1009bcc863f1a93889b4 (patch)
tree630146ca7b55b2ec008aab552bbd3781407fc556 /sidebar/linkview.h
parent31149c65cca5348dfd890dfb2ffe027f544f6ccb (diff)
downloadtde-style-baghira-e1fc10f0a34ce8a2282e1009bcc863f1a93889b4.tar.gz
tde-style-baghira-e1fc10f0a34ce8a2282e1009bcc863f1a93889b4.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'sidebar/linkview.h')
-rw-r--r--sidebar/linkview.h2
1 files changed, 1 insertions, 1 deletions
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);