summaryrefslogtreecommitdiffstats
path: root/filesharing/advanced/propsdlgplugin
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 15:06:55 +0900
committerMichele Calgaro <[email protected]>2023-07-21 09:07:44 +0900
commit1c73e70c5605c86ab3ee2da13874ecfa0fe769f3 (patch)
tree3fd44965373b367fadf8e6bd914c2ebd378a361e /filesharing/advanced/propsdlgplugin
parentbaad27f23ad7a29d77aa6b0ce277b2d06882d217 (diff)
downloadtdenetwork-1c73e70c5605c86ab3ee2da13874ecfa0fe769f3.tar.gz
tdenetwork-1c73e70c5605c86ab3ee2da13874ecfa0fe769f3.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'filesharing/advanced/propsdlgplugin')
-rw-r--r--filesharing/advanced/propsdlgplugin/propertiespage.h2
-rw-r--r--filesharing/advanced/propsdlgplugin/propsdlgshareplugin.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/filesharing/advanced/propsdlgplugin/propertiespage.h b/filesharing/advanced/propsdlgplugin/propertiespage.h
index a0717c2d..49689edd 100644
--- a/filesharing/advanced/propsdlgplugin/propertiespage.h
+++ b/filesharing/advanced/propsdlgplugin/propertiespage.h
@@ -31,7 +31,7 @@ class TQCheckBox;
class PropertiesPage : public PropertiesPageGUI
{
-Q_OBJECT
+TQ_OBJECT
public:
PropertiesPage(TQWidget* parent, KFileItemList items, bool enterUrl=false);
diff --git a/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.h b/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.h
index 2bad7cdd..b8f0b0e1 100644
--- a/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.h
+++ b/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.h
@@ -24,7 +24,7 @@
class PropsDlgSharePlugin : public KPropsDlgPlugin
{
-Q_OBJECT
+TQ_OBJECT
public:
PropsDlgSharePlugin( KPropertiesDialog *dlg, const char *, const TQStringList & );