diff options
Diffstat (limited to 'kfile-plugins/folder/kfile_folder.h')
-rw-r--r-- | kfile-plugins/folder/kfile_folder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfile-plugins/folder/kfile_folder.h b/kfile-plugins/folder/kfile_folder.h index 602c369..96fcd16 100644 --- a/kfile-plugins/folder/kfile_folder.h +++ b/kfile-plugins/folder/kfile_folder.h @@ -29,7 +29,7 @@ class KFolderPlugin: public KFilePlugin Q_OBJECT public: - KFolderPlugin( QObject *parent, const char *name, const QStringList& args ); + KFolderPlugin( TQObject *parent, const char *name, const TQStringList& args ); virtual bool readInfo( KFileMetaInfo& info, uint what); }; |