diff options
Diffstat (limited to 'kfile-plugins/rgb/kfile_rgb.h')
-rw-r--r-- | kfile-plugins/rgb/kfile_rgb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kfile-plugins/rgb/kfile_rgb.h b/kfile-plugins/rgb/kfile_rgb.h index bbbfd1b4..8e507820 100644 --- a/kfile-plugins/rgb/kfile_rgb.h +++ b/kfile-plugins/rgb/kfile_rgb.h @@ -30,12 +30,12 @@ class KRgbPlugin : public KFilePlugin TQ_OBJECT public: - KRgbPlugin(TQObject *tqparent, const char *name, const TQStringList& args); + KRgbPlugin(TQObject *parent, const char *name, const TQStringList& args); virtual bool readInfo(KFileMetaInfo& info, uint what); virtual bool writeInfo(const KFileMetaInfo& info) const; virtual TQValidator* createValidator(const TQString& mimetype, const TQString &group, const TQString &key, - TQObject* tqparent, const char* name) const; + TQObject* parent, const char* name) const; }; |