summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/browser/propsplugin.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:55:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:55:05 +0900
commitdf401fe04d01138ad1960bd89b4a71d558ebbf5a (patch)
tree88893a4f2b7929fb1c1fe7a13d94d62fc2f1e169 /kftpgrabber/src/widgets/browser/propsplugin.h
parentcebcf96101a1ce3a62d4b998f0619821c85ffc1e (diff)
downloadkftpgrabber-df401fe04d01138ad1960bd89b4a71d558ebbf5a.tar.gz
kftpgrabber-df401fe04d01138ad1960bd89b4a71d558ebbf5a.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kftpgrabber/src/widgets/browser/propsplugin.h')
-rw-r--r--kftpgrabber/src/widgets/browser/propsplugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kftpgrabber/src/widgets/browser/propsplugin.h b/kftpgrabber/src/widgets/browser/propsplugin.h
index 286dfb6..866aa82 100644
--- a/kftpgrabber/src/widgets/browser/propsplugin.h
+++ b/kftpgrabber/src/widgets/browser/propsplugin.h
@@ -61,7 +61,7 @@ namespace Browser {
*/
class PropsPlugin : public KPropsDlgPlugin
{
-Q_OBJECT
+TQ_OBJECT
public:
PropsPlugin(KPropertiesDialog *props, KFileItemList items);
@@ -76,7 +76,7 @@ public:
*/
class PermissionsPropsPlugin : public KPropsDlgPlugin
{
-Q_OBJECT
+TQ_OBJECT
public:
PermissionsPropsPlugin(KPropertiesDialog *props, KFileItemList items, KFTPSession::Session *session);