mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
include guard
svn path=/trunk/KDE/kdebase/apps/; revision=1071281
This commit is contained in:
parent
a4e05276c8
commit
5b86df13cf
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef MODULE_MANAGER_H
|
||||
#define MODULE_MANAGER_H
|
||||
|
||||
#include <QStringList>
|
||||
#include <kservice.h>
|
||||
class KConfigGroup;
|
||||
|
@ -74,3 +77,5 @@ private:
|
|||
KConfigGroup *m_config; // owned by SidebarWidget
|
||||
QString m_localPath; // local path
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue