diff options
Diffstat (limited to 'kfile-plugins/desktop/kfile_desktop.h')
-rw-r--r-- | kfile-plugins/desktop/kfile_desktop.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kfile-plugins/desktop/kfile_desktop.h b/kfile-plugins/desktop/kfile_desktop.h index 7de277b..f4d6b25 100644 --- a/kfile-plugins/desktop/kfile_desktop.h +++ b/kfile-plugins/desktop/kfile_desktop.h @@ -28,9 +28,10 @@ class TQStringList; class KDotDesktopPlugin: public KFilePlugin { Q_OBJECT + TQ_OBJECT public: - KDotDesktopPlugin( TQObject *parent, const char *name, + KDotDesktopPlugin( TQObject *tqparent, const char *name, const TQStringList& args ); virtual bool readInfo ( KFileMetaInfo& info, uint what ); |