diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/drophandler.h | 2 | ||||
-rw-r--r-- | src/core/netaccess.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/drophandler.h b/src/core/drophandler.h index a5d88c2..6322bc7 100644 --- a/src/core/drophandler.h +++ b/src/core/drophandler.h @@ -21,7 +21,7 @@ namespace Tellico { class DropHandler : public TQObject { Q_OBJECT - TQ_OBJECT + public: DropHandler(TQObject* parent); diff --git a/src/core/netaccess.h b/src/core/netaccess.h index f793674..65c1bf6 100644 --- a/src/core/netaccess.h +++ b/src/core/netaccess.h @@ -27,7 +27,7 @@ namespace Tellico { class NetAccess : public TQObject { Q_OBJECT - TQ_OBJECT + public: static bool download(const KURL& u, TQString& target, TQWidget* window); |