diff options
Diffstat (limited to 'filesharing/advanced/propsdlgplugin/propertiespage.h')
-rw-r--r-- | filesharing/advanced/propsdlgplugin/propertiespage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/filesharing/advanced/propsdlgplugin/propertiespage.h b/filesharing/advanced/propsdlgplugin/propertiespage.h index e635d909..4e93ac86 100644 --- a/filesharing/advanced/propsdlgplugin/propertiespage.h +++ b/filesharing/advanced/propsdlgplugin/propertiespage.h @@ -32,8 +32,9 @@ class TQCheckBox; class PropertiesPage : public PropertiesPageGUI { Q_OBJECT + TQ_OBJECT public: - PropertiesPage(TQWidget* parent, KFileItemList items, bool enterUrl=false); + PropertiesPage(TQWidget* tqparent, KFileItemList items, bool enterUrl=false); virtual ~PropertiesPage(); bool save(); |