File indexing completed on 2025-01-05 05:09:28
0001 /* 0002 SPDX-FileCopyrightText: 2010-2018 Daniel Nicoletti <dantti12@gmail.com> 0003 0004 SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 0007 #ifndef PRINTMANAGERKDED_H 0008 #define PRINTMANAGERKDED_H 0009 0010 #include <KDEDModule> 0011 0012 class PrintManagerKded : public KDEDModule 0013 { 0014 Q_OBJECT 0015 public: 0016 explicit PrintManagerKded(QObject *parent, const QVariantList &args); 0017 ~PrintManagerKded() override; 0018 }; 0019 0020 #endif // PRINTMANAGERKDED_H