diff options
Diffstat (limited to 'kfile-plugins/rgb/kfile_rgb.h')
-rw-r--r-- | kfile-plugins/rgb/kfile_rgb.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kfile-plugins/rgb/kfile_rgb.h b/kfile-plugins/rgb/kfile_rgb.h index dbbfef0e..c00ddfb5 100644 --- a/kfile-plugins/rgb/kfile_rgb.h +++ b/kfile-plugins/rgb/kfile_rgb.h @@ -22,19 +22,19 @@ #include <kfilemetainfo.h> -class QStringList; +class TQStringList; class KRgbPlugin : public KFilePlugin { Q_OBJECT public: - KRgbPlugin(QObject *parent, const char *name, const QStringList& 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 QValidator* createValidator(const QString& mimetype, - const QString &group, const QString &key, - QObject* parent, const char* name) const; + virtual TQValidator* createValidator(const TQString& mimetype, + const TQString &group, const TQString &key, + TQObject* parent, const char* name) const; }; |