summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/ogg/kfile_ogg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/ogg/kfile_ogg.cpp')
-rw-r--r--kfile-plugins/ogg/kfile_ogg.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kfile-plugins/ogg/kfile_ogg.cpp b/kfile-plugins/ogg/kfile_ogg.cpp
index 3964b814..30f96096 100644
--- a/kfile-plugins/ogg/kfile_ogg.cpp
+++ b/kfile-plugins/ogg/kfile_ogg.cpp
@@ -61,9 +61,9 @@ static const char* const knownTranslations[] = {
K_EXPORT_COMPONENT_FACTORY(kfile_ogg, KGenericFactory<KOggPlugin>("kfile_ogg"))
-KOggPlugin::KOggPlugin( TQObject *tqparent, const char *name,
+KOggPlugin::KOggPlugin( TQObject *parent, const char *name,
const TQStringList &args )
- : KFilePlugin( tqparent, name, args )
+ : KFilePlugin( parent, name, args )
{
kdDebug(7034) << "ogg plugin\n";
@@ -350,8 +350,8 @@ bool KOggPlugin::writeInfo(const KFileMetaInfo& info) const
TQValidator* KOggPlugin::createValidator( const TQString&,
const TQString &, const TQString &,
- TQObject* tqparent, const char* name) const {
- return new TQRegExpValidator(TQRegExp(".*"), tqparent, name);
+ TQObject* parent, const char* name) const {
+ return new TQRegExpValidator(TQRegExp(".*"), parent, name);
}
#include "kfile_ogg.moc"