summaryrefslogtreecommitdiffstats
path: root/src/directorylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/directorylist.h')
-rw-r--r--src/directorylist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/directorylist.h b/src/directorylist.h
index aebbeec..962b0cc 100644
--- a/src/directorylist.h
+++ b/src/directorylist.h
@@ -33,7 +33,7 @@ namespace Collection { class Item; }
class CollectionSetup : public TQVBox
{
-Q_OBJECT
+TQ_OBJECT
friend class Collection::Item;
public:
@@ -70,7 +70,7 @@ namespace Collection { //just to keep it out of the global namespace
class Item : public TQObject, public TQCheckListItem
{
-Q_OBJECT
+TQ_OBJECT
public:
Item( TQListView *parent, CollectionSetup *collection, const TQString &name, const TQString &path, const TQString &icon=TQString::null );
Item( TQListViewItem *parent, CollectionSetup *collection, const KURL &url );
@@ -99,7 +99,7 @@ private:
class DeviceItem : public TQObject, public TQCheckListItem
{
- Q_OBJECT
+ TQ_OBJECT
public:
DeviceItem( TQListView *parent, CollectionSetup *collection );
DeviceItem( TQListViewItem *parent, CollectionSetup *collection, const TQString &name, const KURL &url );