summaryrefslogtreecommitdiffstats
path: root/konq-plugins
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:05 +0900
commit826b1b771cc20f515acf936bd3a2dcd83ce353b8 (patch)
tree162b5b770de9e59e9e4585883875efc50d78cd43 /konq-plugins
parent05e1c8a9a53e4c272b40ec142d399393785c98c5 (diff)
downloadtdeaddons-826b1b771cc20f515acf936bd3a2dcd83ce353b8.tar.gz
tdeaddons-826b1b771cc20f515acf936bd3a2dcd83ce353b8.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'konq-plugins')
-rw-r--r--konq-plugins/adblock/adblock.h2
-rw-r--r--konq-plugins/adblock/adblockdialogue.h2
-rw-r--r--konq-plugins/akregator/akregatorplugin.h2
-rw-r--r--konq-plugins/akregator/konqfeedicon.h2
-rw-r--r--konq-plugins/arkplugin/arkplugin.h2
-rw-r--r--konq-plugins/autorefresh/autorefresh.h2
-rw-r--r--konq-plugins/babelfish/plugin_babelfish.h2
-rw-r--r--konq-plugins/crashes/crashesplugin.h2
-rw-r--r--konq-plugins/dirfilter/dirfilterplugin.h2
-rw-r--r--konq-plugins/domtreeviewer/domtreecommands.h2
-rw-r--r--konq-plugins/domtreeviewer/domtreeview.h2
-rw-r--r--konq-plugins/domtreeviewer/domtreewindow.h2
-rw-r--r--konq-plugins/domtreeviewer/plugin_domtreeviewer.h2
-rw-r--r--konq-plugins/domtreeviewer/signalreceiver.h2
-rw-r--r--konq-plugins/fsview/fsview.h2
-rw-r--r--konq-plugins/fsview/fsview_part.h6
-rw-r--r--konq-plugins/fsview/treemap.h2
-rw-r--r--konq-plugins/kimgalleryplugin/imgallerydialog.h2
-rw-r--r--konq-plugins/kimgalleryplugin/imgalleryplugin.h2
-rw-r--r--konq-plugins/kuick/kcmkuick/kcmkuick.h2
-rw-r--r--konq-plugins/kuick/kdirmenu.h2
-rw-r--r--konq-plugins/kuick/kimcontactmenu.h2
-rw-r--r--konq-plugins/kuick/kmetamenu.h2
-rw-r--r--konq-plugins/kuick/kuick_plugin.h2
-rw-r--r--konq-plugins/microformat/konqmficon.h2
-rw-r--r--konq-plugins/minitools/minitoolsplugin.h2
-rw-r--r--konq-plugins/rellinks/plugin_rellinks.h2
-rw-r--r--konq-plugins/rsync/rsyncplugin.h2
-rw-r--r--konq-plugins/searchbar/searchbar.h4
-rw-r--r--konq-plugins/sidebar/delicious/mainWidget.h2
-rw-r--r--konq-plugins/sidebar/delicious/plugin.h2
-rw-r--r--konq-plugins/sidebar/delicious/tagListItem.h2
-rw-r--r--konq-plugins/sidebar/mediaplayer/controls.h4
-rw-r--r--konq-plugins/sidebar/mediaplayer/engine.h2
-rw-r--r--konq-plugins/sidebar/mediaplayer/mediaplayer.h2
-rw-r--r--konq-plugins/sidebar/mediaplayer/mediawidget.h2
-rw-r--r--konq-plugins/sidebar/mediaplayer/player.h2
-rw-r--r--konq-plugins/sidebar/metabar/src/configdialog.h2
-rw-r--r--konq-plugins/sidebar/metabar/src/defaultplugin.h2
-rw-r--r--konq-plugins/sidebar/metabar/src/httpplugin.h2
-rw-r--r--konq-plugins/sidebar/metabar/src/metabar.h2
-rw-r--r--konq-plugins/sidebar/metabar/src/metabarfunctions.h2
-rw-r--r--konq-plugins/sidebar/metabar/src/metabarwidget.h2
-rw-r--r--konq-plugins/sidebar/metabar/src/protocolplugin.h2
-rw-r--r--konq-plugins/sidebar/metabar/src/remoteplugin.h2
-rw-r--r--konq-plugins/sidebar/metabar/src/serviceloader.h2
-rw-r--r--konq-plugins/sidebar/metabar/src/settingsplugin.h2
-rw-r--r--konq-plugins/sidebar/newsticker/configfeeds.h2
-rw-r--r--konq-plugins/sidebar/newsticker/norsswidget.h2
-rw-r--r--konq-plugins/sidebar/newsticker/nspanel.h2
-rw-r--r--konq-plugins/sidebar/newsticker/nsstacktabwidget.h2
-rw-r--r--konq-plugins/sidebar/newsticker/sidebar_news.h2
-rw-r--r--konq-plugins/tdehtmlsettingsplugin/settingsplugin.h2
-rw-r--r--konq-plugins/uachanger/uachangerplugin.h2
-rw-r--r--konq-plugins/validators/plugin_validators.h2
-rw-r--r--konq-plugins/validators/validatorsdialog.h2
-rw-r--r--konq-plugins/webarchiver/archivedialog.h2
-rw-r--r--konq-plugins/webarchiver/plugin_webarchiver.h2
-rw-r--r--konq-plugins/webarchiver/webarchivecreator.h2
59 files changed, 63 insertions, 63 deletions
diff --git a/konq-plugins/adblock/adblock.h b/konq-plugins/adblock/adblock.h
index 49f9899..cd85daf 100644
--- a/konq-plugins/adblock/adblock.h
+++ b/konq-plugins/adblock/adblock.h
@@ -44,7 +44,7 @@ typedef TQValueList<AdElement> AdElementList;
class AdBlock : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/adblock/adblockdialogue.h b/konq-plugins/adblock/adblockdialogue.h
index a0f57ff..5b5c818 100644
--- a/konq-plugins/adblock/adblockdialogue.h
+++ b/konq-plugins/adblock/adblockdialogue.h
@@ -28,7 +28,7 @@ class TDEPopupMenu;
class AdBlockDlg : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
private:
diff --git a/konq-plugins/akregator/akregatorplugin.h b/konq-plugins/akregator/akregatorplugin.h
index 7f94cec..2e7769e 100644
--- a/konq-plugins/akregator/akregatorplugin.h
+++ b/konq-plugins/akregator/akregatorplugin.h
@@ -35,7 +35,7 @@ namespace Akregator
class AkregatorMenu : public KonqPopupMenuPlugin, PluginBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
AkregatorMenu( KonqPopupMenu *, const char *name, const TQStringList &list );
diff --git a/konq-plugins/akregator/konqfeedicon.h b/konq-plugins/akregator/konqfeedicon.h
index 519007f..bcf5a6a 100644
--- a/konq-plugins/akregator/konqfeedicon.h
+++ b/konq-plugins/akregator/konqfeedicon.h
@@ -45,7 +45,7 @@ namespace KParts {
namespace Akregator {
class KonqFeedIcon : public KParts::Plugin, PluginBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KonqFeedIcon(TQObject *parent, const char *name, const TQStringList &);
diff --git a/konq-plugins/arkplugin/arkplugin.h b/konq-plugins/arkplugin/arkplugin.h
index b59697c..659b6f7 100644
--- a/konq-plugins/arkplugin/arkplugin.h
+++ b/konq-plugins/arkplugin/arkplugin.h
@@ -29,7 +29,7 @@ class TDEAction;
class TQSignalMapper;
class ArkMenu : public KonqPopupMenuPlugin {
- Q_OBJECT
+ TQ_OBJECT
public:
ArkMenu( KonqPopupMenu *, const char *name, const TQStringList & list );
diff --git a/konq-plugins/autorefresh/autorefresh.h b/konq-plugins/autorefresh/autorefresh.h
index 78739bb..1cd0c5c 100644
--- a/konq-plugins/autorefresh/autorefresh.h
+++ b/konq-plugins/autorefresh/autorefresh.h
@@ -28,7 +28,7 @@ class TQTimer;
**/
class AutoRefresh : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/babelfish/plugin_babelfish.h b/konq-plugins/babelfish/plugin_babelfish.h
index dd25087..c8a7889 100644
--- a/konq-plugins/babelfish/plugin_babelfish.h
+++ b/konq-plugins/babelfish/plugin_babelfish.h
@@ -27,7 +27,7 @@ namespace TDEIO { class Job; }
class PluginBabelFish : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
PluginBabelFish( TQObject* parent, const char* name,
diff --git a/konq-plugins/crashes/crashesplugin.h b/konq-plugins/crashes/crashesplugin.h
index 65a8e37..3ff3863 100644
--- a/konq-plugins/crashes/crashesplugin.h
+++ b/konq-plugins/crashes/crashesplugin.h
@@ -34,7 +34,7 @@ class TDEActionMenu;
class CrashesPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/dirfilter/dirfilterplugin.h b/konq-plugins/dirfilter/dirfilterplugin.h
index f4012ce..1f6f910 100644
--- a/konq-plugins/dirfilter/dirfilterplugin.h
+++ b/konq-plugins/dirfilter/dirfilterplugin.h
@@ -80,7 +80,7 @@ private:
class DirFilterPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/domtreeviewer/domtreecommands.h b/konq-plugins/domtreeviewer/domtreecommands.h
index 9dcd1c1..bce94ea 100644
--- a/konq-plugins/domtreeviewer/domtreecommands.h
+++ b/konq-plugins/domtreeviewer/domtreecommands.h
@@ -53,7 +53,7 @@ TQString domErrorMessage(int exception_code);
*/
class ManipulationCommandSignalEmitter : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
ManipulationCommandSignalEmitter();
diff --git a/konq-plugins/domtreeviewer/domtreeview.h b/konq-plugins/domtreeviewer/domtreeview.h
index b8636c9..953ad5a 100644
--- a/konq-plugins/domtreeviewer/domtreeview.h
+++ b/konq-plugins/domtreeviewer/domtreeview.h
@@ -46,7 +46,7 @@ class TDEHTMLPart;
class DOMTreeView : public DOMTreeViewBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/domtreeviewer/domtreewindow.h b/konq-plugins/domtreeviewer/domtreewindow.h
index d5ef8f3..0f26f0a 100644
--- a/konq-plugins/domtreeviewer/domtreewindow.h
+++ b/konq-plugins/domtreeviewer/domtreewindow.h
@@ -60,7 +60,7 @@ class TQPopupMenu;
*/
class DOMTreeWindow : public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/konq-plugins/domtreeviewer/plugin_domtreeviewer.h b/konq-plugins/domtreeviewer/plugin_domtreeviewer.h
index 7056f4d..c9a8f9e 100644
--- a/konq-plugins/domtreeviewer/plugin_domtreeviewer.h
+++ b/konq-plugins/domtreeviewer/plugin_domtreeviewer.h
@@ -11,7 +11,7 @@ class KURL;
class PluginDomtreeviewer : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
PluginDomtreeviewer( TQObject* parent, const char* name,
diff --git a/konq-plugins/domtreeviewer/signalreceiver.h b/konq-plugins/domtreeviewer/signalreceiver.h
index 9270e77..7f66842 100644
--- a/konq-plugins/domtreeviewer/signalreceiver.h
+++ b/konq-plugins/domtreeviewer/signalreceiver.h
@@ -44,7 +44,7 @@
*/
class SignalReceiver : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/fsview/fsview.h b/konq-plugins/fsview/fsview.h
index bcfd726..325c6f7 100644
--- a/konq-plugins/fsview/fsview.h
+++ b/konq-plugins/fsview/fsview.h
@@ -57,7 +57,7 @@ class MetricEntry
*/
class FSView : public TreeMapWidget, public ScanListener
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/fsview/fsview_part.h b/konq-plugins/fsview/fsview_part.h
index 0af12d5..75ccdbb 100644
--- a/konq-plugins/fsview/fsview_part.h
+++ b/konq-plugins/fsview/fsview_part.h
@@ -36,7 +36,7 @@ class FSViewPart;
class FSViewBrowserExtension : public KParts::BrowserExtension
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -64,7 +64,7 @@ private:
class FSJob: public TDEIO::Job
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -82,7 +82,7 @@ private:
class FSViewPart : public KParts::ReadOnlyPart
{
- Q_OBJECT
+ TQ_OBJECT
TQ_PROPERTY( bool supportsUndo READ supportsUndo )
public:
diff --git a/konq-plugins/fsview/treemap.h b/konq-plugins/fsview/treemap.h
index 0a86702..797ac0a 100644
--- a/konq-plugins/fsview/treemap.h
+++ b/konq-plugins/fsview/treemap.h
@@ -391,7 +391,7 @@ private:
*/
class TreeMapWidget: public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/kimgalleryplugin/imgallerydialog.h b/konq-plugins/kimgalleryplugin/imgallerydialog.h
index 6c767fe..da48a1d 100644
--- a/konq-plugins/kimgalleryplugin/imgallerydialog.h
+++ b/konq-plugins/kimgalleryplugin/imgallerydialog.h
@@ -38,7 +38,7 @@ typedef TQMap<TQString,TQString> CommentMap;
class KIGPDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/kimgalleryplugin/imgalleryplugin.h b/konq-plugins/kimgalleryplugin/imgalleryplugin.h
index 0b5b611..154d6c2 100644
--- a/konq-plugins/kimgalleryplugin/imgalleryplugin.h
+++ b/konq-plugins/kimgalleryplugin/imgalleryplugin.h
@@ -34,7 +34,7 @@ typedef TQMap<TQString,TQString> CommentMap;
class KImGalleryPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
KImGalleryPlugin( TQObject* parent, const char* name,
diff --git a/konq-plugins/kuick/kcmkuick/kcmkuick.h b/konq-plugins/kuick/kcmkuick/kcmkuick.h
index d04defc..710c242 100644
--- a/konq-plugins/kuick/kcmkuick/kcmkuick.h
+++ b/konq-plugins/kuick/kcmkuick/kcmkuick.h
@@ -23,7 +23,7 @@
class KCMKuick
: public TDECModule
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/kuick/kdirmenu.h b/konq-plugins/kuick/kdirmenu.h
index b01b902..d9c9943 100644
--- a/konq-plugins/kuick/kdirmenu.h
+++ b/konq-plugins/kuick/kdirmenu.h
@@ -29,7 +29,7 @@ class TDEAction;
class KURL;
class KDirMenu : public TQPopupMenu {
- Q_OBJECT
+ TQ_OBJECT
public:
KDirMenu( TQWidget *parent, const KURL &src, const TQString &_path,
diff --git a/konq-plugins/kuick/kimcontactmenu.h b/konq-plugins/kuick/kimcontactmenu.h
index b9bb351..a1f690f 100644
--- a/konq-plugins/kuick/kimcontactmenu.h
+++ b/konq-plugins/kuick/kimcontactmenu.h
@@ -33,7 +33,7 @@ namespace TDEABC {
class KIMContactMenu : public TQPopupMenu
{
- Q_OBJECT
+ TQ_OBJECT
public:
KIMContactMenu( TQWidget *parent, KIMProxy *proxy );
diff --git a/konq-plugins/kuick/kmetamenu.h b/konq-plugins/kuick/kmetamenu.h
index 2663157..3c6695f 100644
--- a/konq-plugins/kuick/kmetamenu.h
+++ b/konq-plugins/kuick/kmetamenu.h
@@ -34,7 +34,7 @@ class KIMProxy;
class KURL;
class KMetaMenu : public TQPopupMenu {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/kuick/kuick_plugin.h b/konq-plugins/kuick/kuick_plugin.h
index d39fad2..902a607 100644
--- a/konq-plugins/kuick/kuick_plugin.h
+++ b/konq-plugins/kuick/kuick_plugin.h
@@ -27,7 +27,7 @@
class TDEAction;
class KURL;
class KTestMenu : public KonqPopupMenuPlugin {
- Q_OBJECT
+ TQ_OBJECT
public:
KTestMenu (KonqPopupMenu *, const char *name, const TQStringList &list);
diff --git a/konq-plugins/microformat/konqmficon.h b/konq-plugins/microformat/konqmficon.h
index f3182cb..3900ea3 100644
--- a/konq-plugins/microformat/konqmficon.h
+++ b/konq-plugins/microformat/konqmficon.h
@@ -40,7 +40,7 @@ namespace KParts {
}
class KonqMFIcon : public KParts::Plugin, PluginBase {
- Q_OBJECT
+ TQ_OBJECT
public:
KonqMFIcon(TQObject *parent, const char *name, const TQStringList &);
diff --git a/konq-plugins/minitools/minitoolsplugin.h b/konq-plugins/minitools/minitoolsplugin.h
index c4a1b63..f80ec91 100644
--- a/konq-plugins/minitools/minitoolsplugin.h
+++ b/konq-plugins/minitools/minitoolsplugin.h
@@ -33,7 +33,7 @@ class TDEHTMLPart;
class TDEActionMenu;
class MinitoolsPlugin : public KParts::Plugin {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/rellinks/plugin_rellinks.h b/konq-plugins/rellinks/plugin_rellinks.h
index ea42cd5..3b58cdc 100644
--- a/konq-plugins/rellinks/plugin_rellinks.h
+++ b/konq-plugins/rellinks/plugin_rellinks.h
@@ -56,7 +56,7 @@ class TQTimer;
* @author Anders Lund
*/
class RelLinksPlugin : public KParts::Plugin {
- Q_OBJECT
+ TQ_OBJECT
public:
/** Constructor */
diff --git a/konq-plugins/rsync/rsyncplugin.h b/konq-plugins/rsync/rsyncplugin.h
index cd4f20f..cb6c78b 100644
--- a/konq-plugins/rsync/rsyncplugin.h
+++ b/konq-plugins/rsync/rsyncplugin.h
@@ -47,7 +47,7 @@ namespace KParts
class RsyncPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/searchbar/searchbar.h b/konq-plugins/searchbar/searchbar.h
index 6baf33f..8f05c85 100644
--- a/konq-plugins/searchbar/searchbar.h
+++ b/konq-plugins/searchbar/searchbar.h
@@ -41,7 +41,7 @@ class TQTimer;
*/
class SearchBarCombo : public KHistoryCombo
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -106,7 +106,7 @@ class SearchBarCombo : public KHistoryCombo
*/
class SearchBarPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/sidebar/delicious/mainWidget.h b/konq-plugins/sidebar/delicious/mainWidget.h
index afbc0d3..a826f59 100644
--- a/konq-plugins/sidebar/delicious/mainWidget.h
+++ b/konq-plugins/sidebar/delicious/mainWidget.h
@@ -36,7 +36,7 @@ class TDEConfig;
*/
class MainWidget: public MainWidget_base
{
- Q_OBJECT
+ TQ_OBJECT
public:
MainWidget( TDEConfig * config, TQWidget * parent );
diff --git a/konq-plugins/sidebar/delicious/plugin.h b/konq-plugins/sidebar/delicious/plugin.h
index da1d51d..77837a1 100644
--- a/konq-plugins/sidebar/delicious/plugin.h
+++ b/konq-plugins/sidebar/delicious/plugin.h
@@ -39,7 +39,7 @@ class TQString;
*/
class KonqSidebarDelicious: public KonqSidebarPlugin, DCOPObject
{
- Q_OBJECT
+ TQ_OBJECT
//
K_DCOP
public:
diff --git a/konq-plugins/sidebar/delicious/tagListItem.h b/konq-plugins/sidebar/delicious/tagListItem.h
index e7b816d..4884058 100644
--- a/konq-plugins/sidebar/delicious/tagListItem.h
+++ b/konq-plugins/sidebar/delicious/tagListItem.h
@@ -27,7 +27,7 @@
class TagListItem: public TQObject, public TQCheckListItem
{
- Q_OBJECT
+ TQ_OBJECT
public:
TagListItem( TQListView * parent, const TQString & tagName, int count = 1 );
diff --git a/konq-plugins/sidebar/mediaplayer/controls.h b/konq-plugins/sidebar/mediaplayer/controls.h
index 6dd17a0..6a8d8dc 100644
--- a/konq-plugins/sidebar/mediaplayer/controls.h
+++ b/konq-plugins/sidebar/mediaplayer/controls.h
@@ -40,7 +40,7 @@ class TQLabel;
**/
class L33tSlider : public TQSlider
{
-Q_OBJECT
+TQ_OBJECT
public:
L33tSlider(TQWidget * parent, const char * name=0);
@@ -71,7 +71,7 @@ private:
**/
class SliderAction : public TDEAction
{
-Q_OBJECT
+TQ_OBJECT
public:
SliderAction(const TQString& text, int accel, const TQObject *receiver,
diff --git a/konq-plugins/sidebar/mediaplayer/engine.h b/konq-plugins/sidebar/mediaplayer/engine.h
index ec26fe1..8ca30f0 100644
--- a/konq-plugins/sidebar/mediaplayer/engine.h
+++ b/konq-plugins/sidebar/mediaplayer/engine.h
@@ -42,7 +42,7 @@ class SoundServerV2;
**/
class Engine : public TQObject
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/konq-plugins/sidebar/mediaplayer/mediaplayer.h b/konq-plugins/sidebar/mediaplayer/mediaplayer.h
index 95e04f6..ee66555 100644
--- a/konq-plugins/sidebar/mediaplayer/mediaplayer.h
+++ b/konq-plugins/sidebar/mediaplayer/mediaplayer.h
@@ -26,7 +26,7 @@ class KSB_MediaWidget;
class KonqSidebar_MediaPlayer: public KonqSidebarPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
KonqSidebar_MediaPlayer(TDEInstance *instance,TQObject *parent,TQWidget *widgetParent, TQString &desktopName_, const char* name=0);
diff --git a/konq-plugins/sidebar/mediaplayer/mediawidget.h b/konq-plugins/sidebar/mediaplayer/mediawidget.h
index e70ea68..b9cb328 100644
--- a/konq-plugins/sidebar/mediaplayer/mediawidget.h
+++ b/konq-plugins/sidebar/mediaplayer/mediawidget.h
@@ -23,7 +23,7 @@
class KSB_MediaWidget: public KSB_MediaWidget_skel
{
- Q_OBJECT
+ TQ_OBJECT
public:
KSB_MediaWidget(TQWidget *parent);
diff --git a/konq-plugins/sidebar/mediaplayer/player.h b/konq-plugins/sidebar/mediaplayer/player.h
index 87fe7c3..fb022ec 100644
--- a/konq-plugins/sidebar/mediaplayer/player.h
+++ b/konq-plugins/sidebar/mediaplayer/player.h
@@ -35,7 +35,7 @@ class Engine;
**/
class Player : public TQObject
{
-Q_OBJECT
+TQ_OBJECT
friend class KaboodlePart;
diff --git a/konq-plugins/sidebar/metabar/src/configdialog.h b/konq-plugins/sidebar/metabar/src/configdialog.h
index 85d6fae..eb22196 100644
--- a/konq-plugins/sidebar/metabar/src/configdialog.h
+++ b/konq-plugins/sidebar/metabar/src/configdialog.h
@@ -44,7 +44,7 @@ class LinkEntry{
class ConfigDialog : public TQDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/sidebar/metabar/src/defaultplugin.h b/konq-plugins/sidebar/metabar/src/defaultplugin.h
index 282b0c9..a56343d 100644
--- a/konq-plugins/sidebar/metabar/src/defaultplugin.h
+++ b/konq-plugins/sidebar/metabar/src/defaultplugin.h
@@ -31,7 +31,7 @@
class DefaultPlugin : public ProtocolPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/sidebar/metabar/src/httpplugin.h b/konq-plugins/sidebar/metabar/src/httpplugin.h
index b3ee302..8068064 100644
--- a/konq-plugins/sidebar/metabar/src/httpplugin.h
+++ b/konq-plugins/sidebar/metabar/src/httpplugin.h
@@ -30,7 +30,7 @@
class HTTPPlugin : public ProtocolPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/sidebar/metabar/src/metabar.h b/konq-plugins/sidebar/metabar/src/metabar.h
index baf40d5..69d0ebd 100644
--- a/konq-plugins/sidebar/metabar/src/metabar.h
+++ b/konq-plugins/sidebar/metabar/src/metabar.h
@@ -12,7 +12,7 @@
class Metabar : public KonqSidebarPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/sidebar/metabar/src/metabarfunctions.h b/konq-plugins/sidebar/metabar/src/metabarfunctions.h
index b88d1cc..10fa8da 100644
--- a/konq-plugins/sidebar/metabar/src/metabarfunctions.h
+++ b/konq-plugins/sidebar/metabar/src/metabarfunctions.h
@@ -31,7 +31,7 @@
class MetabarFunctions : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/sidebar/metabar/src/metabarwidget.h b/konq-plugins/sidebar/metabar/src/metabarwidget.h
index 72aff09..b8a8e32 100644
--- a/konq-plugins/sidebar/metabar/src/metabarwidget.h
+++ b/konq-plugins/sidebar/metabar/src/metabarwidget.h
@@ -37,7 +37,7 @@
class MetabarWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/sidebar/metabar/src/protocolplugin.h b/konq-plugins/sidebar/metabar/src/protocolplugin.h
index b0c87ab..4cf2d5a 100644
--- a/konq-plugins/sidebar/metabar/src/protocolplugin.h
+++ b/konq-plugins/sidebar/metabar/src/protocolplugin.h
@@ -29,7 +29,7 @@
#include "metabarfunctions.h"
class ProtocolPlugin : public TQObject{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/sidebar/metabar/src/remoteplugin.h b/konq-plugins/sidebar/metabar/src/remoteplugin.h
index a3e6889..467928e 100644
--- a/konq-plugins/sidebar/metabar/src/remoteplugin.h
+++ b/konq-plugins/sidebar/metabar/src/remoteplugin.h
@@ -25,7 +25,7 @@
class RemotePlugin : public DefaultPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/sidebar/metabar/src/serviceloader.h b/konq-plugins/sidebar/metabar/src/serviceloader.h
index e5b0d17..f296bbe 100644
--- a/konq-plugins/sidebar/metabar/src/serviceloader.h
+++ b/konq-plugins/sidebar/metabar/src/serviceloader.h
@@ -37,7 +37,7 @@
class ServiceLoader : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/sidebar/metabar/src/settingsplugin.h b/konq-plugins/sidebar/metabar/src/settingsplugin.h
index 0f15043..246ae2b 100644
--- a/konq-plugins/sidebar/metabar/src/settingsplugin.h
+++ b/konq-plugins/sidebar/metabar/src/settingsplugin.h
@@ -28,7 +28,7 @@
class SettingsPlugin : public ProtocolPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/sidebar/newsticker/configfeeds.h b/konq-plugins/sidebar/newsticker/configfeeds.h
index fbaad43..8399b12 100644
--- a/konq-plugins/sidebar/newsticker/configfeeds.h
+++ b/konq-plugins/sidebar/newsticker/configfeeds.h
@@ -38,7 +38,7 @@ namespace KSB_News {
class ConfigFeeds : public ConfigFeedsBase {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/sidebar/newsticker/norsswidget.h b/konq-plugins/sidebar/newsticker/norsswidget.h
index 04d06d0..488b212 100644
--- a/konq-plugins/sidebar/newsticker/norsswidget.h
+++ b/konq-plugins/sidebar/newsticker/norsswidget.h
@@ -30,7 +30,7 @@ class TDEConfigDialog;
namespace KSB_News {
class NoRSSWidget : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/sidebar/newsticker/nspanel.h b/konq-plugins/sidebar/newsticker/nspanel.h
index 21650ae..e1f52ba 100644
--- a/konq-plugins/sidebar/newsticker/nspanel.h
+++ b/konq-plugins/sidebar/newsticker/nspanel.h
@@ -52,7 +52,7 @@ namespace KSB_News {
class NSPanel : public TQObject, public DCOPObject {
- Q_OBJECT
+ TQ_OBJECT
//
K_DCOP
diff --git a/konq-plugins/sidebar/newsticker/nsstacktabwidget.h b/konq-plugins/sidebar/newsticker/nsstacktabwidget.h
index 10cdfe2..e25a5cd 100644
--- a/konq-plugins/sidebar/newsticker/nsstacktabwidget.h
+++ b/konq-plugins/sidebar/newsticker/nsstacktabwidget.h
@@ -44,7 +44,7 @@ namespace KSB_News {
class NewRssSourceDlg;
class NSStackTabWidget : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/sidebar/newsticker/sidebar_news.h b/konq-plugins/sidebar/newsticker/sidebar_news.h
index dc38632..6724e19 100644
--- a/konq-plugins/sidebar/newsticker/sidebar_news.h
+++ b/konq-plugins/sidebar/newsticker/sidebar_news.h
@@ -41,7 +41,7 @@ namespace KSB_News {
class NoRSSWidget;
class KonqSidebar_News : public KonqSidebarPlugin, DCOPObject {
- Q_OBJECT
+ TQ_OBJECT
//
K_DCOP
diff --git a/konq-plugins/tdehtmlsettingsplugin/settingsplugin.h b/konq-plugins/tdehtmlsettingsplugin/settingsplugin.h
index 68d40a8..c3d4bdf 100644
--- a/konq-plugins/tdehtmlsettingsplugin/settingsplugin.h
+++ b/konq-plugins/tdehtmlsettingsplugin/settingsplugin.h
@@ -27,7 +27,7 @@ class TDEConfig;
class SettingsPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
SettingsPlugin( TQObject* parent, const char* name,
diff --git a/konq-plugins/uachanger/uachangerplugin.h b/konq-plugins/uachanger/uachangerplugin.h
index 67936b3..9cf1cc7 100644
--- a/konq-plugins/uachanger/uachangerplugin.h
+++ b/konq-plugins/uachanger/uachangerplugin.h
@@ -40,7 +40,7 @@ namespace TDEIO
class UAChangerPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/validators/plugin_validators.h b/konq-plugins/validators/plugin_validators.h
index 1be1337..30475ec 100644
--- a/konq-plugins/validators/plugin_validators.h
+++ b/konq-plugins/validators/plugin_validators.h
@@ -40,7 +40,7 @@ class KURL;
class PluginValidators : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
PluginValidators( TQObject* parent, const char* name,
diff --git a/konq-plugins/validators/validatorsdialog.h b/konq-plugins/validators/validatorsdialog.h
index 3e6c80d..6ffcc58 100644
--- a/konq-plugins/validators/validatorsdialog.h
+++ b/konq-plugins/validators/validatorsdialog.h
@@ -27,7 +27,7 @@
class ValidatorsDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/webarchiver/archivedialog.h b/konq-plugins/webarchiver/archivedialog.h
index 5f3fb35..ff54abc 100644
--- a/konq-plugins/webarchiver/archivedialog.h
+++ b/konq-plugins/webarchiver/archivedialog.h
@@ -41,7 +41,7 @@ class TQListViewItem;
class ArchiveDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
ArchiveDialog(TQWidget *parent, const TQString &targetFilename, TDEHTMLPart *part);
diff --git a/konq-plugins/webarchiver/plugin_webarchiver.h b/konq-plugins/webarchiver/plugin_webarchiver.h
index 7c75d58..f63354d 100644
--- a/konq-plugins/webarchiver/plugin_webarchiver.h
+++ b/konq-plugins/webarchiver/plugin_webarchiver.h
@@ -27,7 +27,7 @@
class PluginWebArchiver : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/konq-plugins/webarchiver/webarchivecreator.h b/konq-plugins/webarchiver/webarchivecreator.h
index a320926..5e7b2af 100644
--- a/konq-plugins/webarchiver/webarchivecreator.h
+++ b/konq-plugins/webarchiver/webarchivecreator.h
@@ -28,7 +28,7 @@ class TDEHTMLPart;
class WebArchiveCreator : public TQObject, public ThumbCreator
{
- Q_OBJECT
+ TQ_OBJECT
public:
WebArchiveCreator();