summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/c++/kfile_cpp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/c++/kfile_cpp.cpp')
-rw-r--r--kfile-plugins/c++/kfile_cpp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfile-plugins/c++/kfile_cpp.cpp b/kfile-plugins/c++/kfile_cpp.cpp
index 7e81352b..0840ab7f 100644
--- a/kfile-plugins/c++/kfile_cpp.cpp
+++ b/kfile-plugins/c++/kfile_cpp.cpp
@@ -31,9 +31,9 @@ typedef KGenericFactory<KCppPlugin> CppFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_cpp, CppFactory("kfile_cpp"))
-KCppPlugin::KCppPlugin(TQObject *tqparent, const char *name,
+KCppPlugin::KCppPlugin(TQObject *parent, const char *name,
const TQStringList &args)
- : KFilePlugin(tqparent, name, args)
+ : KFilePlugin(parent, name, args)
{
kdDebug(7034) << "c++ plugin\n";
makeMimeTypeInfo("text/x-c++src");