summaryrefslogtreecommitdiffstats
path: root/sidebar
diff options
context:
space:
mode:
Diffstat (limited to 'sidebar')
-rw-r--r--sidebar/baghirasidebar.h2
-rw-r--r--sidebar/dndlistbox.h6
-rw-r--r--sidebar/linkview.h2
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);