summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/browser/propsplugin.h
diff options
context:
space:
mode:
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);