diff --git a/apps/ktorrent/addpeerwidget.h b/apps/ktorrent/addpeerwidget.h index 4ca8db8..ed394a8 100644 --- a/apps/ktorrent/addpeerwidget.h +++ b/apps/ktorrent/addpeerwidget.h @@ -43,7 +43,7 @@ namespace bt */ class ManualPeerSource: public kt::PeerSource { - Q_OBJECT + TQ_OBJECT public: @@ -78,7 +78,7 @@ class ManualPeerSource: public kt::PeerSource */ class AddPeerWidget: public AddPeerWidgetBase { - Q_OBJECT + TQ_OBJECT public: AddPeerWidget(kt::TorrentInterface* tc, TQWidget *parent = 0, const char *name = 0); diff --git a/apps/ktorrent/fileselectdlg.h b/apps/ktorrent/fileselectdlg.h index 9a67482..3a941c2 100644 --- a/apps/ktorrent/fileselectdlg.h +++ b/apps/ktorrent/fileselectdlg.h @@ -42,7 +42,7 @@ namespace kt class FileSelectDlg : public FileSelectDlgBase, public kt::FileTreeRootListener { - Q_OBJECT + TQ_OBJECT kt::TorrentInterface* tc; diff --git a/apps/ktorrent/filterbar.h b/apps/ktorrent/filterbar.h index 5164587..151fa73 100644 --- a/apps/ktorrent/filterbar.h +++ b/apps/ktorrent/filterbar.h @@ -41,7 +41,7 @@ namespace kt */ class FilterBar : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/apps/ktorrent/groups/groupview.h b/apps/ktorrent/groups/groupview.h index 5b5d053..00a47ed 100644 --- a/apps/ktorrent/groups/groupview.h +++ b/apps/ktorrent/groups/groupview.h @@ -52,7 +52,7 @@ namespace kt */ class GroupView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: GroupView(ViewManager* view,TDEActionCollection* col,TQWidget *parent = 0, const char *name = 0); diff --git a/apps/ktorrent/groups/torrentdrag.h b/apps/ktorrent/groups/torrentdrag.h index b7eeebd..6943d18 100644 --- a/apps/ktorrent/groups/torrentdrag.h +++ b/apps/ktorrent/groups/torrentdrag.h @@ -31,7 +31,7 @@ namespace kt */ class TorrentDrag : public TQStoredDrag { - Q_OBJECT + TQ_OBJECT public: TorrentDrag(TQWidget* src,const char *name = 0); diff --git a/apps/ktorrent/ipfilterwidget.h b/apps/ktorrent/ipfilterwidget.h index 8863b1a..d8a49e1 100644 --- a/apps/ktorrent/ipfilterwidget.h +++ b/apps/ktorrent/ipfilterwidget.h @@ -29,7 +29,7 @@ */ class IPFilterWidget: public BlacklistWidgetBase { - Q_OBJECT + TQ_OBJECT public: IPFilterWidget(TQWidget *parent = 0, const char *name = 0); diff --git a/apps/ktorrent/ktorrent.h b/apps/ktorrent/ktorrent.h index 7297ac2..6669443 100644 --- a/apps/ktorrent/ktorrent.h +++ b/apps/ktorrent/ktorrent.h @@ -65,7 +65,7 @@ namespace kt */ class KTorrent : public DMainWindow, public kt::GUIInterface { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/apps/ktorrent/ktorrentapp.h b/apps/ktorrent/ktorrentapp.h index 5e6d300..753e0bd 100644 --- a/apps/ktorrent/ktorrentapp.h +++ b/apps/ktorrent/ktorrentapp.h @@ -26,7 +26,7 @@ class KTorrentApp : public KUniqueApplication { - Q_OBJECT + TQ_OBJECT public: KTorrentApp(); diff --git a/apps/ktorrent/ktorrentcore.h b/apps/ktorrent/ktorrentcore.h index 8e25653..4c79ad5 100644 --- a/apps/ktorrent/ktorrentcore.h +++ b/apps/ktorrent/ktorrentcore.h @@ -62,7 +62,7 @@ class KProgress; */ class KTorrentCore : public kt::CoreInterface { - Q_OBJECT + TQ_OBJECT public: KTorrentCore(kt::GUIInterface* gui); diff --git a/apps/ktorrent/ktorrentdcop.h b/apps/ktorrent/ktorrentdcop.h index 2e0f7e0..14f30ba 100644 --- a/apps/ktorrent/ktorrentdcop.h +++ b/apps/ktorrent/ktorrentdcop.h @@ -29,7 +29,7 @@ class KTorrent; */ class KTorrentDCOP : public TQObject,virtual public DCOPInterface { - Q_OBJECT + TQ_OBJECT KTorrent* app; public: diff --git a/apps/ktorrent/ktorrentview.h b/apps/ktorrent/ktorrentview.h index a388c87..bf52598 100644 --- a/apps/ktorrent/ktorrentview.h +++ b/apps/ktorrent/ktorrentview.h @@ -65,7 +65,7 @@ private: */ class KTorrentView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: enum ActionEnableFlags diff --git a/apps/ktorrent/ktorrentviewmenu.h b/apps/ktorrent/ktorrentviewmenu.h index fd850a6..75c5112 100644 --- a/apps/ktorrent/ktorrentviewmenu.h +++ b/apps/ktorrent/ktorrentviewmenu.h @@ -29,7 +29,7 @@ class KTorrentView; */ class KTorrentViewMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: KTorrentViewMenu(KTorrentView *parent, const char *name = 0 ); diff --git a/apps/ktorrent/newui/button.h b/apps/ktorrent/newui/button.h index 00a31de..23c45c1 100644 --- a/apps/ktorrent/newui/button.h +++ b/apps/ktorrent/newui/button.h @@ -38,7 +38,7 @@ A TQPushButton derivative with a size of a TQToolBar. Button can be rotated (placed onto different places in ideal mode). */ class Button : public TQPushButton { - Q_OBJECT + TQ_OBJECT public: Button(ButtonBar *parent, const TQString text, const TQIconSet &icon = TQIconSet(), diff --git a/apps/ktorrent/newui/buttonbar.h b/apps/ktorrent/newui/buttonbar.h index 97e162d..3f23957 100644 --- a/apps/ktorrent/newui/buttonbar.h +++ b/apps/ktorrent/newui/buttonbar.h @@ -52,7 +52,7 @@ Looks like a toolbar but has another behaviour. It is suitable for placing on the left(right, bottom, top) corners of a window as a bar with slider. */ class ButtonBar : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ButtonBar(Place place, ButtonMode mode = IconsAndText, diff --git a/apps/ktorrent/newui/ddockwindow.h b/apps/ktorrent/newui/ddockwindow.h index 3012e02..84b5163 100644 --- a/apps/ktorrent/newui/ddockwindow.h +++ b/apps/ktorrent/newui/ddockwindow.h @@ -39,7 +39,7 @@ namespace Ideal { } class DDockWindow : public TQDockWindow { - Q_OBJECT + TQ_OBJECT public: enum Position { Bottom, Left, Right }; diff --git a/apps/ktorrent/newui/dmainwindow.h b/apps/ktorrent/newui/dmainwindow.h index ab98207..7483971 100644 --- a/apps/ktorrent/newui/dmainwindow.h +++ b/apps/ktorrent/newui/dmainwindow.h @@ -32,7 +32,7 @@ namespace Ideal { /**Main window which provides simplified IDEA mode.*/ class DMainWindow: public KParts::MainWindow { - Q_OBJECT + TQ_OBJECT public: DMainWindow(TQWidget *parent = 0, const char *name = 0); diff --git a/apps/ktorrent/newui/docksplitter.h b/apps/ktorrent/newui/docksplitter.h index c167a5b..f1be737 100644 --- a/apps/ktorrent/newui/docksplitter.h +++ b/apps/ktorrent/newui/docksplitter.h @@ -31,7 +31,7 @@ class DockWidget; @short Splitter for docks */ class DockSplitter: public TQSplitter { - Q_OBJECT + TQ_OBJECT public: DockSplitter(Qt::Orientation orientation, TQWidget *parent = 0, const char *name = 0); diff --git a/apps/ktorrent/newui/dtabwidget.h b/apps/ktorrent/newui/dtabwidget.h index f312554..529a42d 100644 --- a/apps/ktorrent/newui/dtabwidget.h +++ b/apps/ktorrent/newui/dtabwidget.h @@ -25,7 +25,7 @@ class TQToolButton; class DTabWidget: public KTabWidget { - Q_OBJECT + TQ_OBJECT public: DTabWidget(TQWidget *parent=0, const char *name=0); diff --git a/apps/ktorrent/pastedialog.h b/apps/ktorrent/pastedialog.h index c40cf43..cb31cd2 100644 --- a/apps/ktorrent/pastedialog.h +++ b/apps/ktorrent/pastedialog.h @@ -30,7 +30,7 @@ class KTorrentCore; **/ class PasteDialog: public PasteDlgBase { - Q_OBJECT + TQ_OBJECT public slots: virtual void btnOK_clicked(); diff --git a/apps/ktorrent/pref.h b/apps/ktorrent/pref.h index e1108d5..f9a4331 100644 --- a/apps/ktorrent/pref.h +++ b/apps/ktorrent/pref.h @@ -50,7 +50,7 @@ public: class GeneralPrefPage : public TQObject,public kt::PrefPageInterface { - Q_OBJECT + TQ_OBJECT GeneralPref* gp; public: @@ -71,7 +71,7 @@ private slots: class AdvancedPrefPage : public TQObject,public kt::PrefPageInterface { - Q_OBJECT + TQ_OBJECT AdvancedPref* ap; @@ -94,7 +94,7 @@ private slots: class KTorrentPreferences : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KTorrentPreferences(KTorrent & ktor); diff --git a/apps/ktorrent/queuedialog.h b/apps/ktorrent/queuedialog.h index a6900e4..ae8629c 100644 --- a/apps/ktorrent/queuedialog.h +++ b/apps/ktorrent/queuedialog.h @@ -50,7 +50,7 @@ class QueueItem: public TQListViewItem class QueueDialog: public QueueDlg { - Q_OBJECT + TQ_OBJECT public: QueueDialog(bt::QueueManager* qm, TQWidget *parent = 0, const char *name = 0); diff --git a/apps/ktorrent/scandialog.h b/apps/ktorrent/scandialog.h index 62a3d7b..b22e1b8 100644 --- a/apps/ktorrent/scandialog.h +++ b/apps/ktorrent/scandialog.h @@ -36,7 +36,7 @@ class KTorrentCore; class ScanDialog : public ScanDlgBase, public bt::DataCheckerListener { - Q_OBJECT + TQ_OBJECT public: ScanDialog(KTorrentCore* core,bool auto_import,TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = WDestructiveClose ); diff --git a/apps/ktorrent/speedlimitsdlg.h b/apps/ktorrent/speedlimitsdlg.h index e1b8b60..01d3e31 100644 --- a/apps/ktorrent/speedlimitsdlg.h +++ b/apps/ktorrent/speedlimitsdlg.h @@ -30,7 +30,7 @@ namespace kt class SpeedLimitsDlg : public SpeedLimitsDlgBase { - Q_OBJECT + TQ_OBJECT kt::TorrentInterface* tor; diff --git a/apps/ktorrent/torrentcreatordlg.h b/apps/ktorrent/torrentcreatordlg.h index b19c2fb..76ce111 100644 --- a/apps/ktorrent/torrentcreatordlg.h +++ b/apps/ktorrent/torrentcreatordlg.h @@ -18,7 +18,7 @@ class KTorrentCore; class TorrentCreatorDlg: public TorrentCreatorDlgBase { - Q_OBJECT + TQ_OBJECT public: TorrentCreatorDlg(KTorrentCore* core,TQWidget *parent = 0, const char *name = 0); diff --git a/apps/ktorrent/trayhoverpopup.h b/apps/ktorrent/trayhoverpopup.h index f052424..c3cf9fb 100644 --- a/apps/ktorrent/trayhoverpopup.h +++ b/apps/ktorrent/trayhoverpopup.h @@ -33,7 +33,7 @@ class TQPixmap; */ class TrayHoverPopup : public KPassivePopup { - Q_OBJECT + TQ_OBJECT public: TrayHoverPopup(const TQPixmap & pix,TQWidget *parent = 0, const char *name = 0 ); diff --git a/apps/ktorrent/trayicon.h b/apps/ktorrent/trayicon.h index a277f79..f31767d 100644 --- a/apps/ktorrent/trayicon.h +++ b/apps/ktorrent/trayicon.h @@ -49,7 +49,7 @@ struct TrayStats */ class TrayIcon : public KSystemTray { - Q_OBJECT + TQ_OBJECT public: TrayIcon(KTorrentCore* tc, TQWidget *parent = 0, const char *name = 0); @@ -123,7 +123,7 @@ private: class SetMaxRate : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: SetMaxRate(KTorrentCore* tc, int t, TQWidget *parent=0, const char *name=0); // type: 0 Upload; 1 Download diff --git a/apps/ktorrent/viewmanager.h b/apps/ktorrent/viewmanager.h index 67025aa..e402a92 100644 --- a/apps/ktorrent/viewmanager.h +++ b/apps/ktorrent/viewmanager.h @@ -34,7 +34,7 @@ class KTorrent; */ class ViewManager : public TQObject, public kt::CloseTabListener { - Q_OBJECT + TQ_OBJECT public: ViewManager(TQObject *parent = 0, const char *name = 0); diff --git a/apps/ktupnptest/upnptestapp.h b/apps/ktupnptest/upnptestapp.h index 17aae8d..7c5ac98 100644 --- a/apps/ktupnptest/upnptestapp.h +++ b/apps/ktupnptest/upnptestapp.h @@ -37,7 +37,7 @@ using kt::UPnPRouter; */ class UPnPTestApp : public TDEMainWindow, public kt::LogMonitorInterface { - Q_OBJECT + TQ_OBJECT public: UPnPTestApp(TQWidget *parent = 0, const char *name = 0); diff --git a/libktorrent/expandablewidget.h b/libktorrent/expandablewidget.h index 5d7f8f0..6aa0709 100644 --- a/libktorrent/expandablewidget.h +++ b/libktorrent/expandablewidget.h @@ -42,7 +42,7 @@ namespace kt */ class ExpandableWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/libktorrent/interfaces/coreinterface.h b/libktorrent/interfaces/coreinterface.h index d3e80c9..f42c966 100644 --- a/libktorrent/interfaces/coreinterface.h +++ b/libktorrent/interfaces/coreinterface.h @@ -52,7 +52,7 @@ namespace kt */ class CoreInterface : public TQObject { - Q_OBJECT + TQ_OBJECT public: CoreInterface(); diff --git a/libktorrent/interfaces/exitoperation.h b/libktorrent/interfaces/exitoperation.h index 2a33f24..e9c0ae5 100644 --- a/libktorrent/interfaces/exitoperation.h +++ b/libktorrent/interfaces/exitoperation.h @@ -37,7 +37,7 @@ namespace kt */ class ExitOperation : public TQObject { - Q_OBJECT + TQ_OBJECT public: ExitOperation(); @@ -54,7 +54,7 @@ namespace kt */ class ExitJobOperation : public ExitOperation { - Q_OBJECT + TQ_OBJECT public: ExitJobOperation(TDEIO::Job* j); diff --git a/libktorrent/interfaces/peersource.h b/libktorrent/interfaces/peersource.h index 4b3b82a..0b8a852 100644 --- a/libktorrent/interfaces/peersource.h +++ b/libktorrent/interfaces/peersource.h @@ -49,7 +49,7 @@ namespace kt */ class PeerSource : public TQObject { - Q_OBJECT + TQ_OBJECT public: PeerSource(); diff --git a/libktorrent/interfaces/plugin.h b/libktorrent/interfaces/plugin.h index c3e3f90..c2446e9 100644 --- a/libktorrent/interfaces/plugin.h +++ b/libktorrent/interfaces/plugin.h @@ -47,7 +47,7 @@ namespace kt */ class Plugin : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/libktorrent/interfaces/torrentfileinterface.h b/libktorrent/interfaces/torrentfileinterface.h index 9795964..c9381a9 100644 --- a/libktorrent/interfaces/torrentfileinterface.h +++ b/libktorrent/interfaces/torrentfileinterface.h @@ -43,7 +43,7 @@ namespace kt */ class TorrentFileInterface : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/libktorrent/interfaces/torrentinterface.h b/libktorrent/interfaces/torrentinterface.h index e76e00e..92b5f2c 100644 --- a/libktorrent/interfaces/torrentinterface.h +++ b/libktorrent/interfaces/torrentinterface.h @@ -181,7 +181,7 @@ namespace kt */ class TorrentInterface : public TQObject { - Q_OBJECT + TQ_OBJECT public: TorrentInterface(); diff --git a/libktorrent/kademlia/dht.h b/libktorrent/kademlia/dht.h index e3d9c35..0e6207d 100644 --- a/libktorrent/kademlia/dht.h +++ b/libktorrent/kademlia/dht.h @@ -63,7 +63,7 @@ namespace dht */ class DHT : public DHTBase { - Q_OBJECT + TQ_OBJECT public: DHT(); diff --git a/libktorrent/kademlia/dhtbase.h b/libktorrent/kademlia/dhtbase.h index dca5e58..57c42a6 100644 --- a/libktorrent/kademlia/dhtbase.h +++ b/libktorrent/kademlia/dhtbase.h @@ -50,7 +50,7 @@ namespace dht */ class DHTBase : public TQObject { - Q_OBJECT + TQ_OBJECT public: DHTBase(); diff --git a/libktorrent/kademlia/dhttrackerbackend.h b/libktorrent/kademlia/dhttrackerbackend.h index 6c87413..6994cdb 100644 --- a/libktorrent/kademlia/dhttrackerbackend.h +++ b/libktorrent/kademlia/dhttrackerbackend.h @@ -46,7 +46,7 @@ namespace dht */ class DHTTrackerBackend : public kt::PeerSource { - Q_OBJECT + TQ_OBJECT public: DHTTrackerBackend(DHTBase & dh_table,kt::TorrentInterface* tor); diff --git a/libktorrent/kademlia/kbucket.h b/libktorrent/kademlia/kbucket.h index cf065a9..a31b713 100644 --- a/libktorrent/kademlia/kbucket.h +++ b/libktorrent/kademlia/kbucket.h @@ -142,7 +142,7 @@ namespace dht */ class KBucket : public RPCCallListener { - Q_OBJECT + TQ_OBJECT Uint32 idx; diff --git a/libktorrent/kademlia/node.h b/libktorrent/kademlia/node.h index 01646da..38ddd38 100644 --- a/libktorrent/kademlia/node.h +++ b/libktorrent/kademlia/node.h @@ -44,7 +44,7 @@ namespace dht */ class Node : public TQObject { - Q_OBJECT + TQ_OBJECT public: Node(RPCServer* srv,const TQString & key_file); diff --git a/libktorrent/kademlia/rpccall.h b/libktorrent/kademlia/rpccall.h index d7b5ee5..1b718d9 100644 --- a/libktorrent/kademlia/rpccall.h +++ b/libktorrent/kademlia/rpccall.h @@ -34,7 +34,7 @@ namespace dht */ class RPCCallListener : public TQObject { - Q_OBJECT + TQ_OBJECT public: RPCCallListener(); @@ -61,7 +61,7 @@ namespace dht */ class RPCCall : public TQObject { - Q_OBJECT + TQ_OBJECT public: RPCCall(RPCServer* rpc,MsgBase* msg,bool queued); diff --git a/libktorrent/kademlia/rpcserver.h b/libktorrent/kademlia/rpcserver.h index b555fb4..19af2f8 100644 --- a/libktorrent/kademlia/rpcserver.h +++ b/libktorrent/kademlia/rpcserver.h @@ -54,7 +54,7 @@ namespace dht */ class RPCServer : public TQObject { - Q_OBJECT + TQ_OBJECT public: RPCServer(DHT* dh_table,Uint16 port,TQObject *parent = 0); diff --git a/libktorrent/kademlia/task.h b/libktorrent/kademlia/task.h index c5dd0e6..c54470b 100644 --- a/libktorrent/kademlia/task.h +++ b/libktorrent/kademlia/task.h @@ -48,7 +48,7 @@ namespace dht */ class Task : public RPCCallListener { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/libktorrent/labelview.h b/libktorrent/labelview.h index bfd816c..4cdcb64 100644 --- a/libktorrent/labelview.h +++ b/libktorrent/labelview.h @@ -37,7 +37,7 @@ namespace kt */ class LabelViewItem : public LabelViewItemBase { - Q_OBJECT + TQ_OBJECT public: LabelViewItem(const TQString & icon,const TQString & title,const TQString & description,LabelView* view); @@ -82,7 +82,7 @@ namespace kt */ class LabelView : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: LabelView(TQWidget *parent = 0, const char *name = 0); diff --git a/libktorrent/mse/encryptedauthenticate.h b/libktorrent/mse/encryptedauthenticate.h index 729f18f..85c591b 100644 --- a/libktorrent/mse/encryptedauthenticate.h +++ b/libktorrent/mse/encryptedauthenticate.h @@ -38,7 +38,7 @@ namespace mse */ class EncryptedAuthenticate : public bt::Authenticate { - Q_OBJECT + TQ_OBJECT public: EncryptedAuthenticate(const TQString& ip, Uint16 port, const bt::SHA1Hash& info_hash, const bt::PeerID& peer_id, bt::PeerManager* pman); diff --git a/libktorrent/mse/encryptedserverauthenticate.h b/libktorrent/mse/encryptedserverauthenticate.h index 1868d48..bcdc13a 100644 --- a/libktorrent/mse/encryptedserverauthenticate.h +++ b/libktorrent/mse/encryptedserverauthenticate.h @@ -35,7 +35,7 @@ namespace mse */ class EncryptedServerAuthenticate : public bt::ServerAuthenticate { - Q_OBJECT + TQ_OBJECT public: EncryptedServerAuthenticate(mse::StreamSocket* sock, bt::Server* server); diff --git a/libktorrent/mse/streamsocket.h b/libktorrent/mse/streamsocket.h index 7448296..c653e5d 100644 --- a/libktorrent/mse/streamsocket.h +++ b/libktorrent/mse/streamsocket.h @@ -54,7 +54,7 @@ namespace mse */ class StreamSocket : public TQObject,public net::SocketReader,public net::SocketWriter { - Q_OBJECT + TQ_OBJECT public: StreamSocket(); diff --git a/libktorrent/pluginmanagerprefpage.h b/libktorrent/pluginmanagerprefpage.h index 72376aa..7caa75a 100644 --- a/libktorrent/pluginmanagerprefpage.h +++ b/libktorrent/pluginmanagerprefpage.h @@ -38,7 +38,7 @@ namespace kt */ class PluginManagerPrefPage : public TQObject,public PrefPageInterface { - Q_OBJECT + TQ_OBJECT public: PluginManagerPrefPage(PluginManager* pman); diff --git a/libktorrent/torrent/authenticate.h b/libktorrent/torrent/authenticate.h index 0aeb499..eceda08 100644 --- a/libktorrent/torrent/authenticate.h +++ b/libktorrent/torrent/authenticate.h @@ -43,7 +43,7 @@ namespace bt */ class Authenticate : public AuthenticateBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/libktorrent/torrent/authenticatebase.h b/libktorrent/torrent/authenticatebase.h index 2be4ad5..a425118 100644 --- a/libktorrent/torrent/authenticatebase.h +++ b/libktorrent/torrent/authenticatebase.h @@ -47,7 +47,7 @@ namespace bt */ class AuthenticateBase : public TQObject { - Q_OBJECT + TQ_OBJECT public: AuthenticateBase(mse::StreamSocket* s = 0); diff --git a/libktorrent/torrent/chunkdownload.h b/libktorrent/torrent/chunkdownload.h index 5c89017..a432c28 100644 --- a/libktorrent/torrent/chunkdownload.h +++ b/libktorrent/torrent/chunkdownload.h @@ -61,7 +61,7 @@ namespace bt */ class ChunkDownload : public TQObject,public kt::ChunkDownloadInterface { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/libktorrent/torrent/chunkmanager.h b/libktorrent/torrent/chunkmanager.h index fa6491a..bbf81df 100644 --- a/libktorrent/torrent/chunkmanager.h +++ b/libktorrent/torrent/chunkmanager.h @@ -60,7 +60,7 @@ namespace bt */ class ChunkManager : public TQObject { - Q_OBJECT + TQ_OBJECT Torrent & tor; diff --git a/libktorrent/torrent/downloader.h b/libktorrent/torrent/downloader.h index 6c470a1..5cafc6f 100644 --- a/libktorrent/torrent/downloader.h +++ b/libktorrent/torrent/downloader.h @@ -66,7 +66,7 @@ namespace bt */ class Downloader : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/libktorrent/torrent/httptracker.h b/libktorrent/torrent/httptracker.h index 8457934..1037bf2 100644 --- a/libktorrent/torrent/httptracker.h +++ b/libktorrent/torrent/httptracker.h @@ -41,7 +41,7 @@ namespace bt */ class HTTPTracker : public Tracker { - Q_OBJECT + TQ_OBJECT public: HTTPTracker(const KURL & url,kt::TorrentInterface* tor,const PeerID & id,int tier); diff --git a/libktorrent/torrent/movedatafilesjob.h b/libktorrent/torrent/movedatafilesjob.h index ff5d0bc..afc98ca 100644 --- a/libktorrent/torrent/movedatafilesjob.h +++ b/libktorrent/torrent/movedatafilesjob.h @@ -31,7 +31,7 @@ namespace bt */ class MoveDataFilesJob : public TDEIO::Job { - Q_OBJECT + TQ_OBJECT public: MoveDataFilesJob(); diff --git a/libktorrent/torrent/peer.h b/libktorrent/torrent/peer.h index c5dd974..549ab5d 100644 --- a/libktorrent/torrent/peer.h +++ b/libktorrent/torrent/peer.h @@ -67,7 +67,7 @@ namespace bt class Peer : public TQObject, public kt::PeerInterface //,public Object { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/libktorrent/torrent/peerdownloader.h b/libktorrent/torrent/peerdownloader.h index 16957e3..5b22739 100644 --- a/libktorrent/torrent/peerdownloader.h +++ b/libktorrent/torrent/peerdownloader.h @@ -93,7 +93,7 @@ namespace bt */ class PeerDownloader : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/libktorrent/torrent/peermanager.h b/libktorrent/torrent/peermanager.h index 33492c5..1a87dbb 100644 --- a/libktorrent/torrent/peermanager.h +++ b/libktorrent/torrent/peermanager.h @@ -55,7 +55,7 @@ namespace bt */ class PeerManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/libktorrent/torrent/peersourcemanager.h b/libktorrent/torrent/peersourcemanager.h index e6ef3e6..e7de4f8 100644 --- a/libktorrent/torrent/peersourcemanager.h +++ b/libktorrent/torrent/peersourcemanager.h @@ -50,7 +50,7 @@ namespace bt */ class PeerSourceManager : public TQObject, public kt::TrackersList { - Q_OBJECT + TQ_OBJECT TorrentControl* tor; diff --git a/libktorrent/torrent/queuemanager.h b/libktorrent/torrent/queuemanager.h index a51e9ec..96bc586 100644 --- a/libktorrent/torrent/queuemanager.h +++ b/libktorrent/torrent/queuemanager.h @@ -55,7 +55,7 @@ namespace bt */ class QueueManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/libktorrent/torrent/server.h b/libktorrent/torrent/server.h index 3129fd2..6d994a2 100644 --- a/libktorrent/torrent/server.h +++ b/libktorrent/torrent/server.h @@ -44,7 +44,7 @@ namespace bt */ class Server : public TQObject { - Q_OBJECT + TQ_OBJECT TQPtrList peer_managers; diff --git a/libktorrent/torrent/serverauthenticate.h b/libktorrent/torrent/serverauthenticate.h index bc65cba..63ebff8 100644 --- a/libktorrent/torrent/serverauthenticate.h +++ b/libktorrent/torrent/serverauthenticate.h @@ -37,7 +37,7 @@ namespace bt */ class ServerAuthenticate : public AuthenticateBase { - Q_OBJECT + TQ_OBJECT public: ServerAuthenticate(mse::StreamSocket* sock,Server* server); diff --git a/libktorrent/torrent/torrentcontrol.h b/libktorrent/torrent/torrentcontrol.h index 885e9fe..14fd6f6 100644 --- a/libktorrent/torrent/torrentcontrol.h +++ b/libktorrent/torrent/torrentcontrol.h @@ -67,7 +67,7 @@ namespace bt */ class TorrentControl : public kt::TorrentInterface { - Q_OBJECT + TQ_OBJECT public: TorrentControl(); diff --git a/libktorrent/torrent/torrentfile.h b/libktorrent/torrent/torrentfile.h index 7c22611..f2a96a7 100644 --- a/libktorrent/torrent/torrentfile.h +++ b/libktorrent/torrent/torrentfile.h @@ -37,7 +37,7 @@ namespace bt */ class TorrentFile : public kt::TorrentFileInterface { - Q_OBJECT + TQ_OBJECT Uint32 index; diff --git a/libktorrent/torrent/tracker.h b/libktorrent/torrent/tracker.h index 7a58264..72c9468 100644 --- a/libktorrent/torrent/tracker.h +++ b/libktorrent/torrent/tracker.h @@ -43,7 +43,7 @@ namespace bt */ class Tracker : public kt::PeerSource { - Q_OBJECT + TQ_OBJECT public: Tracker(const KURL & url,kt::TorrentInterface* tor,const PeerID & id,int tier); diff --git a/libktorrent/torrent/udptracker.h b/libktorrent/torrent/udptracker.h index 648aa8a..2da26d8 100644 --- a/libktorrent/torrent/udptracker.h +++ b/libktorrent/torrent/udptracker.h @@ -61,7 +61,7 @@ namespace bt */ class UDPTracker : public Tracker { - Q_OBJECT + TQ_OBJECT public: UDPTracker(const KURL & url,kt::TorrentInterface* tor,const PeerID & id,int tier); diff --git a/libktorrent/torrent/udptrackersocket.h b/libktorrent/torrent/udptrackersocket.h index a926b8c..5b48f18 100644 --- a/libktorrent/torrent/udptrackersocket.h +++ b/libktorrent/torrent/udptrackersocket.h @@ -53,7 +53,7 @@ namespace bt */ class UDPTrackerSocket : public TQObject { - Q_OBJECT + TQ_OBJECT public: UDPTrackerSocket(); diff --git a/libktorrent/torrent/uploader.h b/libktorrent/torrent/uploader.h index aa4f099..06ce331 100644 --- a/libktorrent/torrent/uploader.h +++ b/libktorrent/torrent/uploader.h @@ -40,7 +40,7 @@ namespace bt */ class Uploader : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/libktorrent/util/autorotatelogjob.h b/libktorrent/util/autorotatelogjob.h index bde477a..222a99c 100644 --- a/libktorrent/util/autorotatelogjob.h +++ b/libktorrent/util/autorotatelogjob.h @@ -35,7 +35,7 @@ namespace bt */ class AutoRotateLogJob : public TDEIO::Job { - Q_OBJECT + TQ_OBJECT public: AutoRotateLogJob(const TQString & file,Log* lg); diff --git a/libktorrent/util/httprequest.h b/libktorrent/util/httprequest.h index f472c07..fd9e7b7 100644 --- a/libktorrent/util/httprequest.h +++ b/libktorrent/util/httprequest.h @@ -40,7 +40,7 @@ namespace bt */ class HTTPRequest : public kt::ExitOperation { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/libktorrent/util/waitjob.h b/libktorrent/util/waitjob.h index b4c44bc..6f9bdd5 100644 --- a/libktorrent/util/waitjob.h +++ b/libktorrent/util/waitjob.h @@ -37,7 +37,7 @@ namespace bt */ class WaitJob : public TDEIO::Job { - Q_OBJECT + TQ_OBJECT public: WaitJob(Uint32 millis); diff --git a/plugins/infowidget/availabilitychunkbar.h b/plugins/infowidget/availabilitychunkbar.h index 5897591..ce8ba27 100644 --- a/plugins/infowidget/availabilitychunkbar.h +++ b/plugins/infowidget/availabilitychunkbar.h @@ -30,7 +30,7 @@ namespace kt */ class AvailabilityChunkBar : public ChunkBar { - Q_OBJECT + TQ_OBJECT public: AvailabilityChunkBar(TQWidget* parent, const char* name); diff --git a/plugins/infowidget/chunkbar.h b/plugins/infowidget/chunkbar.h index 2c2ecf9..593acfe 100644 --- a/plugins/infowidget/chunkbar.h +++ b/plugins/infowidget/chunkbar.h @@ -49,7 +49,7 @@ namespace kt */ class ChunkBar : public TQFrame { - Q_OBJECT + TQ_OBJECT public: ChunkBar(TQWidget *parent = 0, const char *name = 0); diff --git a/plugins/infowidget/chunkdownloadview.h b/plugins/infowidget/chunkdownloadview.h index 070b8ea..b72c07b 100644 --- a/plugins/infowidget/chunkdownloadview.h +++ b/plugins/infowidget/chunkdownloadview.h @@ -45,7 +45,7 @@ namespace kt */ class ChunkDownloadView : public ChunkDownloadViewBase { - Q_OBJECT + TQ_OBJECT TQMap items; diff --git a/plugins/infowidget/downloadedchunkbar.h b/plugins/infowidget/downloadedchunkbar.h index 1982fc3..fa0fea2 100644 --- a/plugins/infowidget/downloadedchunkbar.h +++ b/plugins/infowidget/downloadedchunkbar.h @@ -29,7 +29,7 @@ namespace kt */ class DownloadedChunkBar : public ChunkBar { - Q_OBJECT + TQ_OBJECT public: DownloadedChunkBar(TQWidget* parent, const char* name); diff --git a/plugins/infowidget/fileview.h b/plugins/infowidget/fileview.h index 01443dd..e42935d 100644 --- a/plugins/infowidget/fileview.h +++ b/plugins/infowidget/fileview.h @@ -34,7 +34,7 @@ namespace kt */ class FileView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: FileView(TQWidget *parent = 0, const char *name = 0); diff --git a/plugins/infowidget/floatspinbox.h b/plugins/infowidget/floatspinbox.h index a123382..50c6b0c 100644 --- a/plugins/infowidget/floatspinbox.h +++ b/plugins/infowidget/floatspinbox.h @@ -37,7 +37,7 @@ namespace kt class FloatSpinBox : public TQSpinBox { - Q_OBJECT + TQ_OBJECT public: FloatSpinBox( TQWidget* parent=0, const char* name=0 ); diff --git a/plugins/infowidget/infowidgetplugin.h b/plugins/infowidget/infowidgetplugin.h index 75a7fea..01796ec 100644 --- a/plugins/infowidget/infowidgetplugin.h +++ b/plugins/infowidget/infowidgetplugin.h @@ -41,7 +41,7 @@ namespace kt */ class InfoWidgetPlugin : public Plugin,public ViewListener { - Q_OBJECT + TQ_OBJECT public: InfoWidgetPlugin(TQObject* parent, const char* name, const TQStringList& args); diff --git a/plugins/infowidget/iwfiletreeitem.h b/plugins/infowidget/iwfiletreeitem.h index d2eb350..20972fa 100644 --- a/plugins/infowidget/iwfiletreeitem.h +++ b/plugins/infowidget/iwfiletreeitem.h @@ -38,7 +38,7 @@ namespace kt */ class IWFileTreeItem : public TQObject, public kt::FileTreeItem { - Q_OBJECT + TQ_OBJECT double perc_complete; diff --git a/plugins/infowidget/localefloatvalidator.h b/plugins/infowidget/localefloatvalidator.h index a20858f..83be87d 100644 --- a/plugins/infowidget/localefloatvalidator.h +++ b/plugins/infowidget/localefloatvalidator.h @@ -32,7 +32,7 @@ namespace kt{ */ class LocaleFloatValidator : public TQValidator { - Q_OBJECT + TQ_OBJECT public: LocaleFloatValidator( TQObject * parent, const char *name = 0 ); diff --git a/plugins/infowidget/peerview.h b/plugins/infowidget/peerview.h index 9c4289a..b75371d 100644 --- a/plugins/infowidget/peerview.h +++ b/plugins/infowidget/peerview.h @@ -54,7 +54,7 @@ namespace kt */ class PeerView : public TDEListView { - Q_OBJECT + TQ_OBJECT TQMap items; diff --git a/plugins/infowidget/statustab.h b/plugins/infowidget/statustab.h index b5f73dc..d044011 100644 --- a/plugins/infowidget/statustab.h +++ b/plugins/infowidget/statustab.h @@ -29,7 +29,7 @@ namespace kt class StatusTab : public StatusTabBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/plugins/infowidget/trackerview.h b/plugins/infowidget/trackerview.h index 2c22eb5..44d8872 100644 --- a/plugins/infowidget/trackerview.h +++ b/plugins/infowidget/trackerview.h @@ -36,7 +36,7 @@ namespace kt */ class TrackerView: public TrackerViewBase { - Q_OBJECT + TQ_OBJECT public: TrackerView(TQWidget *parent = 0, const char *name = 0); diff --git a/plugins/ipfilter/convertdialog.h b/plugins/ipfilter/convertdialog.h index 408ff39..cf292a3 100644 --- a/plugins/ipfilter/convertdialog.h +++ b/plugins/ipfilter/convertdialog.h @@ -29,7 +29,7 @@ namespace kt { class ConvertDialog: public ConvertingDlg { - Q_OBJECT + TQ_OBJECT public: diff --git a/plugins/ipfilter/ipfilterplugin.h b/plugins/ipfilter/ipfilterplugin.h index 251bdcd..2ef114a 100644 --- a/plugins/ipfilter/ipfilterplugin.h +++ b/plugins/ipfilter/ipfilterplugin.h @@ -41,7 +41,7 @@ namespace kt */ class IPFilterPlugin : public Plugin, public kt::IPBlockingInterface { - Q_OBJECT + TQ_OBJECT public: IPFilterPlugin(TQObject* parent, const char* name, const TQStringList& args); diff --git a/plugins/logviewer/logprefwidget.h b/plugins/logviewer/logprefwidget.h index edb93f6..4b23949 100644 --- a/plugins/logviewer/logprefwidget.h +++ b/plugins/logviewer/logprefwidget.h @@ -26,7 +26,7 @@ namespace kt { class LogPrefWidget: public LogPrefWidgetBase { - Q_OBJECT + TQ_OBJECT public: LogPrefWidget(TQWidget *parent = 0, const char *name = 0); diff --git a/plugins/logviewer/logviewer.h b/plugins/logviewer/logviewer.h index 5fc7933..e8a1476 100644 --- a/plugins/logviewer/logviewer.h +++ b/plugins/logviewer/logviewer.h @@ -31,7 +31,7 @@ namespace kt */ class LogViewer : public KTextBrowser, public LogMonitorInterface { - Q_OBJECT + TQ_OBJECT public: LogViewer(TQWidget *parent = 0, const char *name = 0); diff --git a/plugins/logviewer/logviewerplugin.h b/plugins/logviewer/logviewerplugin.h index ba990d6..7742880 100644 --- a/plugins/logviewer/logviewerplugin.h +++ b/plugins/logviewer/logviewerplugin.h @@ -34,7 +34,7 @@ namespace kt */ class LogViewerPlugin : public Plugin { - Q_OBJECT + TQ_OBJECT public: LogViewerPlugin(TQObject* parent, const char* qt_name, const TQStringList& args); diff --git a/plugins/partfileimport/importdialog.h b/plugins/partfileimport/importdialog.h index 1f1a82a..c422da8 100644 --- a/plugins/partfileimport/importdialog.h +++ b/plugins/partfileimport/importdialog.h @@ -45,7 +45,7 @@ namespace kt class ImportDialog : public ImportDlgBase,public bt::DataCheckerListener { - Q_OBJECT + TQ_OBJECT public: diff --git a/plugins/partfileimport/partfileimportplugin.h b/plugins/partfileimport/partfileimportplugin.h index 6753f07..7525bec 100644 --- a/plugins/partfileimport/partfileimportplugin.h +++ b/plugins/partfileimport/partfileimportplugin.h @@ -32,7 +32,7 @@ namespace kt */ class PartFileImportPlugin : public Plugin { - Q_OBJECT + TQ_OBJECT public: PartFileImportPlugin(TQObject* parent, const char* name, const TQStringList& args); diff --git a/plugins/rssfeed/rss/image.h b/plugins/rssfeed/rss/image.h index adbb800..19a8103 100644 --- a/plugins/rssfeed/rss/image.h +++ b/plugins/rssfeed/rss/image.h @@ -33,7 +33,7 @@ namespace RSS */ class Image : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/plugins/rssfeed/rss/loader.h b/plugins/rssfeed/rss/loader.h index 3a48e49..6727e24 100644 --- a/plugins/rssfeed/rss/loader.h +++ b/plugins/rssfeed/rss/loader.h @@ -34,7 +34,7 @@ namespace RSS */ class DataRetriever : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** @@ -89,7 +89,7 @@ namespace RSS */ class FileRetriever : public DataRetriever { - Q_OBJECT + TQ_OBJECT public: /** @@ -159,7 +159,7 @@ namespace RSS */ class OutputRetriever : public DataRetriever { - Q_OBJECT + TQ_OBJECT public: /** @@ -254,7 +254,7 @@ namespace RSS */ class Loader : public TQObject { - Q_OBJECT + TQ_OBJECT friend class someClassWhichDoesNotExist; public: diff --git a/plugins/rssfeed/rss/testlibrss.h b/plugins/rssfeed/rss/testlibrss.h index 222943a..2a918a5 100644 --- a/plugins/rssfeed/rss/testlibrss.h +++ b/plugins/rssfeed/rss/testlibrss.h @@ -14,7 +14,7 @@ using RSS::Status; class Tester : public TQObject { - Q_OBJECT + TQ_OBJECT public: void test( const TQString &url ); diff --git a/plugins/rssfeed/rssfeed.h b/plugins/rssfeed/rssfeed.h index 46bd837..214177b 100644 --- a/plugins/rssfeed/rssfeed.h +++ b/plugins/rssfeed/rssfeed.h @@ -47,7 +47,7 @@ namespace kt class RssFeed : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/plugins/rssfeed/rssfeedmanager.h b/plugins/rssfeed/rssfeedmanager.h index 939c460..fd6cb57 100644 --- a/plugins/rssfeed/rssfeedmanager.h +++ b/plugins/rssfeed/rssfeedmanager.h @@ -46,7 +46,7 @@ namespace kt */ class RssFeedManager : public RssFeedWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/plugins/rssfeed/rssfeedplugin.h b/plugins/rssfeed/rssfeedplugin.h index 5014908..c268097 100644 --- a/plugins/rssfeed/rssfeedplugin.h +++ b/plugins/rssfeed/rssfeedplugin.h @@ -36,7 +36,7 @@ namespace kt */ class RssFeedPlugin : public Plugin { - Q_OBJECT + TQ_OBJECT public: RssFeedPlugin(TQObject* parent, const char* name, const TQStringList& args); diff --git a/plugins/rssfeed/rssfilter.h b/plugins/rssfeed/rssfilter.h index d557a78..eba0a21 100644 --- a/plugins/rssfeed/rssfilter.h +++ b/plugins/rssfeed/rssfilter.h @@ -68,7 +68,7 @@ namespace kt class RssFilter : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/plugins/rssfeed/rsslinkdownloader.h b/plugins/rssfeed/rsslinkdownloader.h index a496af7..486eed8 100644 --- a/plugins/rssfeed/rsslinkdownloader.h +++ b/plugins/rssfeed/rsslinkdownloader.h @@ -46,7 +46,7 @@ namespace kt class RssLinkDownloader : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/plugins/scanfolder/scanfolder.h b/plugins/scanfolder/scanfolder.h index 680f74c..58fbd04 100644 --- a/plugins/scanfolder/scanfolder.h +++ b/plugins/scanfolder/scanfolder.h @@ -55,7 +55,7 @@ namespace kt */ class ScanFolder : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/plugins/scanfolder/scanfolderplugin.h b/plugins/scanfolder/scanfolderplugin.h index 527b36d..3ea18ce 100644 --- a/plugins/scanfolder/scanfolderplugin.h +++ b/plugins/scanfolder/scanfolderplugin.h @@ -37,7 +37,7 @@ namespace kt */ class ScanFolderPlugin : public Plugin { - Q_OBJECT + TQ_OBJECT public: ScanFolderPlugin(TQObject* parent, const char* name, const TQStringList& args); diff --git a/plugins/scanfolder/scanfolderprefpagewidget.h b/plugins/scanfolder/scanfolderprefpagewidget.h index 6468d9d..963ca40 100644 --- a/plugins/scanfolder/scanfolderprefpagewidget.h +++ b/plugins/scanfolder/scanfolderprefpagewidget.h @@ -26,7 +26,7 @@ namespace kt { class ScanFolderPrefPageWidget: public SfPrefPageWidgetBase { - Q_OBJECT + TQ_OBJECT public: ScanFolderPrefPageWidget(TQWidget *parent = 0, const char *name = 0); diff --git a/plugins/scheduler/bwsprefpagewidget.h b/plugins/scheduler/bwsprefpagewidget.h index a2e68e0..d87a2bc 100644 --- a/plugins/scheduler/bwsprefpagewidget.h +++ b/plugins/scheduler/bwsprefpagewidget.h @@ -33,7 +33,7 @@ namespace kt */ class BWSPrefPageWidget : public BWSPage { - Q_OBJECT + TQ_OBJECT public: BWSPrefPageWidget(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/plugins/scheduler/bwswidget.h b/plugins/scheduler/bwswidget.h index 79d5ccd..9cb36ae 100644 --- a/plugins/scheduler/bwswidget.h +++ b/plugins/scheduler/bwswidget.h @@ -43,7 +43,7 @@ namespace kt */ class BWSWidget : public TQTable { - Q_OBJECT + TQ_OBJECT public: BWSWidget(TQWidget* parent = 0, const char* name = 0, bool useColors = true); diff --git a/plugins/scheduler/schedulerplugin.h b/plugins/scheduler/schedulerplugin.h index 6fb9733..9143d99 100644 --- a/plugins/scheduler/schedulerplugin.h +++ b/plugins/scheduler/schedulerplugin.h @@ -42,7 +42,7 @@ namespace kt */ class SchedulerPlugin : public Plugin { - Q_OBJECT + TQ_OBJECT public: SchedulerPlugin(TQObject* parent, const char* name, const TQStringList& args); diff --git a/plugins/scheduler/schedulerprefpagewidget.h b/plugins/scheduler/schedulerprefpagewidget.h index 271586f..5a3c5c3 100644 --- a/plugins/scheduler/schedulerprefpagewidget.h +++ b/plugins/scheduler/schedulerprefpagewidget.h @@ -31,7 +31,7 @@ namespace kt */ class SchedulerPrefPageWidget : public SchedulerPage { - Q_OBJECT + TQ_OBJECT public: SchedulerPrefPageWidget(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/plugins/search/htmlpart.h b/plugins/search/htmlpart.h index 091c82f..5ed8f19 100644 --- a/plugins/search/htmlpart.h +++ b/plugins/search/htmlpart.h @@ -36,7 +36,7 @@ namespace kt */ class HTMLPart : public TDEHTMLPart { - Q_OBJECT + TQ_OBJECT public: HTMLPart(TQWidget *parent = 0); diff --git a/plugins/search/searchplugin.h b/plugins/search/searchplugin.h index 6d6f2dd..f7f41e7 100644 --- a/plugins/search/searchplugin.h +++ b/plugins/search/searchplugin.h @@ -36,7 +36,7 @@ namespace kt */ class SearchPlugin : public Plugin, public kt::CloseTabListener { - Q_OBJECT + TQ_OBJECT public: SearchPlugin(TQObject* parent, const char* name, const TQStringList& args); diff --git a/plugins/search/searchprefpage.h b/plugins/search/searchprefpage.h index fb2565a..add87a9 100644 --- a/plugins/search/searchprefpage.h +++ b/plugins/search/searchprefpage.h @@ -33,7 +33,7 @@ namespace kt class SearchPrefPageWidget : public SEPreferences { - Q_OBJECT + TQ_OBJECT public: SearchPrefPageWidget(TQWidget *parent = 0); diff --git a/plugins/search/searchtab.h b/plugins/search/searchtab.h index 2f63ab1..35fecfb 100644 --- a/plugins/search/searchtab.h +++ b/plugins/search/searchtab.h @@ -35,7 +35,7 @@ namespace kt */ class SearchTab : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/plugins/search/searchwidget.h b/plugins/search/searchwidget.h index 9d42b93..e556f10 100644 --- a/plugins/search/searchwidget.h +++ b/plugins/search/searchwidget.h @@ -47,7 +47,7 @@ namespace kt */ class SearchWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: SearchWidget(SearchPlugin* sp); diff --git a/plugins/stats/ChartDrawer.h b/plugins/stats/ChartDrawer.h index d7211b0..83a4e32 100644 --- a/plugins/stats/ChartDrawer.h +++ b/plugins/stats/ChartDrawer.h @@ -48,7 +48,7 @@ namespace kt { */ class ChartDrawer : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/plugins/stats/StatsCon.h b/plugins/stats/StatsCon.h index 53371a2..00deae5 100644 --- a/plugins/stats/StatsCon.h +++ b/plugins/stats/StatsCon.h @@ -34,7 +34,7 @@ namespace kt { class StatsCon : public StatsConWgt { - Q_OBJECT + TQ_OBJECT private: ///Layout of peers connections diff --git a/plugins/stats/StatsPluginPrefs.h b/plugins/stats/StatsPluginPrefs.h index 43c524d..047b921 100644 --- a/plugins/stats/StatsPluginPrefs.h +++ b/plugins/stats/StatsPluginPrefs.h @@ -42,7 +42,7 @@ namespace kt { */ class StatsPluginPrefs : public TQObject, public PrefPageInterface { - Q_OBJECT + TQ_OBJECT private: diff --git a/plugins/stats/StatsSpd.h b/plugins/stats/StatsSpd.h index 4f75161..5ec2578 100644 --- a/plugins/stats/StatsSpd.h +++ b/plugins/stats/StatsSpd.h @@ -38,7 +38,7 @@ namespace kt { */ class StatsSpd : public StatsSpdWgt { - Q_OBJECT + TQ_OBJECT private: diff --git a/plugins/stats/statsplugin.h b/plugins/stats/statsplugin.h index 8cdf345..4abb9eb 100644 --- a/plugins/stats/statsplugin.h +++ b/plugins/stats/statsplugin.h @@ -51,7 +51,7 @@ namespace kt { */ class StatsPlugin : public Plugin { - Q_OBJECT + TQ_OBJECT private: diff --git a/plugins/upnp/upnpmcastsocket.h b/plugins/upnp/upnpmcastsocket.h index f072531..fbd63df 100644 --- a/plugins/upnp/upnpmcastsocket.h +++ b/plugins/upnp/upnpmcastsocket.h @@ -39,7 +39,7 @@ namespace kt */ class UPnPMCastSocket : public KNetwork::KDatagramSocket { - Q_OBJECT + TQ_OBJECT public: UPnPMCastSocket(bool verbose = false); diff --git a/plugins/upnp/upnpplugin.h b/plugins/upnp/upnpplugin.h index a81a51c..5f4700f 100644 --- a/plugins/upnp/upnpplugin.h +++ b/plugins/upnp/upnpplugin.h @@ -32,7 +32,7 @@ namespace kt */ class UPnPPlugin : public Plugin { - Q_OBJECT + TQ_OBJECT public: UPnPPlugin(TQObject* parent, const char* name, const TQStringList& args); diff --git a/plugins/upnp/upnpprefwidget.h b/plugins/upnp/upnpprefwidget.h index 272e0a2..bcd9ac1 100644 --- a/plugins/upnp/upnpprefwidget.h +++ b/plugins/upnp/upnpprefwidget.h @@ -40,7 +40,7 @@ namespace kt */ class UPnPPrefWidget : public UPnPWidget,public net::PortListener { - Q_OBJECT + TQ_OBJECT public: diff --git a/plugins/upnp/upnprouter.h b/plugins/upnp/upnprouter.h index 081d958..6dbf828 100644 --- a/plugins/upnp/upnprouter.h +++ b/plugins/upnp/upnprouter.h @@ -104,7 +104,7 @@ namespace kt */ class UPnPRouter : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/plugins/webinterface/httpclienthandler.h b/plugins/webinterface/httpclienthandler.h index 01d3913..8afbc39 100644 --- a/plugins/webinterface/httpclienthandler.h +++ b/plugins/webinterface/httpclienthandler.h @@ -40,7 +40,7 @@ namespace kt */ class HttpClientHandler : public TQObject { - Q_OBJECT + TQ_OBJECT enum State { diff --git a/plugins/webinterface/httpserver.h b/plugins/webinterface/httpserver.h index a5eaa3b..33eeddf 100644 --- a/plugins/webinterface/httpserver.h +++ b/plugins/webinterface/httpserver.h @@ -64,7 +64,7 @@ namespace kt class HttpServer : public TQServerSocket { - Q_OBJECT + TQ_OBJECT public: HttpServer(CoreInterface *core, int port); diff --git a/plugins/webinterface/php_handler.h b/plugins/webinterface/php_handler.h index 37a87e6..e3cdb86 100644 --- a/plugins/webinterface/php_handler.h +++ b/plugins/webinterface/php_handler.h @@ -31,7 +31,7 @@ namespace kt class PhpHandler : public TQProcess { - Q_OBJECT + TQ_OBJECT public: PhpHandler(const TQString & php_exe,PhpInterface *php); diff --git a/plugins/webinterface/webinterfaceplugin.h b/plugins/webinterface/webinterfaceplugin.h index 260aa00..0edb5ed 100644 --- a/plugins/webinterface/webinterfaceplugin.h +++ b/plugins/webinterface/webinterfaceplugin.h @@ -32,7 +32,7 @@ namespace kt class WebInterfacePlugin : public Plugin { - Q_OBJECT + TQ_OBJECT public: WebInterfacePlugin(TQObject* parent, const char* name, const TQStringList& args); diff --git a/plugins/webinterface/webinterfaceprefwidget.h b/plugins/webinterface/webinterfaceprefwidget.h index 3d3b5e4..0f227ee 100644 --- a/plugins/webinterface/webinterfaceprefwidget.h +++ b/plugins/webinterface/webinterfaceprefwidget.h @@ -27,7 +27,7 @@ namespace kt class WebInterfacePrefWidget:public WebInterfacePreference { - Q_OBJECT + TQ_OBJECT public: WebInterfacePrefWidget(TQWidget *parent = 0, const char *name = 0); diff --git a/plugins/zeroconf/avahiservice.h b/plugins/zeroconf/avahiservice.h index 02dde11..f85062f 100644 --- a/plugins/zeroconf/avahiservice.h +++ b/plugins/zeroconf/avahiservice.h @@ -44,7 +44,7 @@ namespace kt class AvahiService : public kt::PeerSource { - Q_OBJECT + TQ_OBJECT public: AvahiService(const bt::PeerID&, bt::Uint16, const bt::SHA1Hash&); diff --git a/plugins/zeroconf/zeroconfplugin.h b/plugins/zeroconf/zeroconfplugin.h index de91c53..5fabfab 100644 --- a/plugins/zeroconf/zeroconfplugin.h +++ b/plugins/zeroconf/zeroconfplugin.h @@ -35,7 +35,7 @@ namespace kt */ class ZeroConfPlugin : public Plugin { - Q_OBJECT + TQ_OBJECT public: ZeroConfPlugin(TQObject* parent, const char* name, const TQStringList& args);