summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/k3bproject/kfile_k3bprojectfileplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/k3bproject/kfile_k3bprojectfileplugin.h')
-rw-r--r--kfile-plugins/k3bproject/kfile_k3bprojectfileplugin.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kfile-plugins/k3bproject/kfile_k3bprojectfileplugin.h b/kfile-plugins/k3bproject/kfile_k3bprojectfileplugin.h
index c90b678..a8b2b13 100644
--- a/kfile-plugins/k3bproject/kfile_k3bprojectfileplugin.h
+++ b/kfile-plugins/k3bproject/kfile_k3bprojectfileplugin.h
@@ -21,14 +21,15 @@
*/
#include <kfilemetainfo.h>
-class QStringList;
+class TQStringList;
class K3bProjectFilePlugin: public KFilePlugin
{
Q_OBJECT
+ TQ_OBJECT
public:
- K3bProjectFilePlugin( QObject *parent, const char *name, const QStringList& args );
+ K3bProjectFilePlugin( TQObject *tqparent, const char *name, const TQStringList& args );
virtual bool readInfo( KFileMetaInfo& info, uint what);
};