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