File indexing completed on 2024-05-19 03:58:11

0001 /*
0002     This file is part of the KDE Project
0003     SPDX-FileCopyrightText: 2004 Kévin Ottens <ervin ipsquad net>
0004 
0005     SPDX-License-Identifier: LGPL-2.0-only
0006 */
0007 
0008 #include "remotedirnotifymodule.h"
0009 
0010 #include <KPluginFactory>
0011 
0012 K_PLUGIN_CLASS_WITH_JSON(RemoteDirNotifyModule, "remotedirnotify.json")
0013 
0014 RemoteDirNotifyModule::RemoteDirNotifyModule(QObject *parent, const QList<QVariant> &)
0015     : KDEDModule(parent)
0016 {
0017 }
0018 
0019 #include "moc_remotedirnotifymodule.cpp"
0020 #include "remotedirnotifymodule.moc"