summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/folder/kfile_folder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/folder/kfile_folder.cpp')
-rw-r--r--kfile-plugins/folder/kfile_folder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfile-plugins/folder/kfile_folder.cpp b/kfile-plugins/folder/kfile_folder.cpp
index 8b08084..fe4ea9a 100644
--- a/kfile-plugins/folder/kfile_folder.cpp
+++ b/kfile-plugins/folder/kfile_folder.cpp
@@ -30,10 +30,10 @@ typedef KGenericFactory<KFolderPlugin> KFolderFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_folder, KFolderFactory( "kfile_folder" ))
-KFolderPlugin::KFolderPlugin(TQObject *tqparent, const char *name,
+KFolderPlugin::KFolderPlugin(TQObject *parent, const char *name,
const TQStringList &args)
- : KFilePlugin(tqparent, name, args)
+ : KFilePlugin(parent, name, args)
{
KFileMimeTypeInfo* info = addMimeTypeInfo( "inode/directory" );