Kstars

downloadhelper.h
1#pragma once
2
3#include <QObject>
4#include <QFile>
5#include <QDir>
6#include <QMessageBox>
7
8#include <kauth.h>
9
10using namespace KAuth;
11
12class DownloadHelper : public QObject
13{
15
16 public Q_SLOTS:
17 ActionReply saveindexfile(const QVariantMap &args);
18 ActionReply removeindexfileset(const QVariantMap &args);
19};
20
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:01 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.