mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
generic: replace forward declarations with headers inclusions
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
1ece6bca03
commit
e166af4e02
712 changed files with 1273 additions and 1273 deletions
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
#include <QVariant>
|
#include <QVariant>
|
||||||
|
|
||||||
class QWidget;
|
#include <QWidget>
|
||||||
|
|
||||||
|
|
||||||
class KCMAkregatorAppearanceConfig : public KCModule
|
class KCMAkregatorAppearanceConfig : public KCModule
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
#include "akregatorconfig.h"
|
#include "akregatorconfig.h"
|
||||||
|
|
||||||
class QButtonGroup;
|
#include <QButtonGroup>
|
||||||
|
|
||||||
class KCMAkregatorArchiveConfig : public KCModule
|
class KCMAkregatorArchiveConfig : public KCModule
|
||||||
{
|
{
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
#include <QVariant>
|
#include <QVariant>
|
||||||
|
|
||||||
class QWidget;
|
#include <QWidget>
|
||||||
|
|
||||||
class KCMAkregatorBrowserConfig : public KCModule
|
class KCMAkregatorBrowserConfig : public KCModule
|
||||||
{
|
{
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
#include <QVariant>
|
#include <QVariant>
|
||||||
|
|
||||||
class QWidget;
|
#include <QWidget>
|
||||||
|
|
||||||
|
|
||||||
class KCMAkregatorGeneralConfig : public KCModule
|
class KCMAkregatorGeneralConfig : public KCModule
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
|
|
||||||
#include <QHash>
|
#include <QHash>
|
||||||
|
|
||||||
class QString;
|
#include <QString>
|
||||||
class QWidget;
|
#include <QWidget>
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
|
|
||||||
|
|
|
@ -33,10 +33,10 @@
|
||||||
|
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
|
||||||
class QDateTime;
|
#include <QDateTime>
|
||||||
class QString;
|
#include <QString>
|
||||||
|
|
||||||
template <class T> class QList;
|
#include <QList>
|
||||||
|
|
||||||
typedef unsigned int uint;
|
typedef unsigned int uint;
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
#include <QtCore/QObject>
|
#include <QtCore/QObject>
|
||||||
|
|
||||||
class QWidget;
|
#include <QWidget>
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
|
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
|
|
||||||
#include "akregator_export.h"
|
#include "akregator_export.h"
|
||||||
|
|
||||||
class QString;
|
#include <QString>
|
||||||
class QStringList;
|
#include <QStringList>
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
|
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
#include <QtCore/QObject>
|
#include <QtCore/QObject>
|
||||||
#include <QtCore/QList>
|
#include <QtCore/QList>
|
||||||
|
|
||||||
class QString;
|
#include <QString>
|
||||||
class QStringList;
|
#include <QStringList>
|
||||||
|
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
|
|
|
@ -28,8 +28,8 @@
|
||||||
#include "akregator_export.h"
|
#include "akregator_export.h"
|
||||||
#include <QtCore/QObject>
|
#include <QtCore/QObject>
|
||||||
|
|
||||||
class QString;
|
#include <QString>
|
||||||
class QStringList;
|
#include <QStringList>
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
namespace Backend {
|
namespace Backend {
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
|
|
||||||
#include "akregator_export.h"
|
#include "akregator_export.h"
|
||||||
|
|
||||||
class QString;
|
#include <QString>
|
||||||
class QStringList;
|
#include <QStringList>
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
namespace Backend {
|
namespace Backend {
|
||||||
|
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
|
|
||||||
#include "akregator_export.h"
|
#include "akregator_export.h"
|
||||||
|
|
||||||
class QString;
|
#include <QString>
|
||||||
class QStringList;
|
#include <QStringList>
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
namespace Backend {
|
namespace Backend {
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
|
|
||||||
#include "storagefactory.h"
|
#include "storagefactory.h"
|
||||||
|
|
||||||
class QString;
|
#include <QString>
|
||||||
class QStringList;
|
#include <QStringList>
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
namespace Backend {
|
namespace Backend {
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#include <KCModule>
|
#include <KCModule>
|
||||||
#include <QVariant>
|
#include <QVariant>
|
||||||
|
|
||||||
class QWidget;
|
#include <QWidget>
|
||||||
namespace feedsync {
|
namespace feedsync {
|
||||||
class ConfigurationWidget;
|
class ConfigurationWidget;
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
#include <QFile>
|
#include <QFile>
|
||||||
|
|
||||||
class QDomDocument;
|
#include <QDomDocument>
|
||||||
|
|
||||||
namespace feedsync
|
namespace feedsync
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include <KCModule>
|
#include <KCModule>
|
||||||
#include <QVariant>
|
#include <QVariant>
|
||||||
|
|
||||||
class QWidget;
|
#include <QWidget>
|
||||||
|
|
||||||
|
|
||||||
class KCMAkregatorShareConfig : public KCModule
|
class KCMAkregatorShareConfig : public KCModule
|
||||||
|
|
|
@ -29,10 +29,10 @@
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
class QAbstractItemView;
|
#include <QAbstractItemView>
|
||||||
class QItemSelectionModel;
|
#include <QItemSelectionModel>
|
||||||
class QPoint;
|
#include <QPoint>
|
||||||
class QModelIndex;
|
#include <QModelIndex>
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
|
|
||||||
|
|
|
@ -29,9 +29,9 @@
|
||||||
|
|
||||||
#include "akregator_export.h"
|
#include "akregator_export.h"
|
||||||
|
|
||||||
class QAction;
|
#include <QAction>
|
||||||
|
|
||||||
class QWidget;
|
#include <QWidget>
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
class KAction;
|
class KAction;
|
||||||
class KActionCollection;
|
class KActionCollection;
|
||||||
|
|
||||||
class QWidget;
|
#include <QWidget>
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
|
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
|
|
||||||
#include "akregator_export.h"
|
#include "akregator_export.h"
|
||||||
|
|
||||||
class QAction;
|
#include <QAction>
|
||||||
class QObject;
|
#include <QObject>
|
||||||
|
|
||||||
class KUrl;
|
class KUrl;
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ class KConfigGroup;
|
||||||
class KUrl;
|
class KUrl;
|
||||||
class KCMultiDialog;
|
class KCMultiDialog;
|
||||||
|
|
||||||
class QTimer;
|
#include <QTimer>
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
|
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
|
|
||||||
#include <kurl.h>
|
#include <kurl.h>
|
||||||
|
|
||||||
class QPaintDevice;
|
#include <QPaintDevice>
|
||||||
class QString;
|
#include <QString>
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
|
|
||||||
|
|
|
@ -36,9 +36,9 @@
|
||||||
|
|
||||||
class KUrl;
|
class KUrl;
|
||||||
|
|
||||||
class QContextMenuEvent;
|
#include <QContextMenuEvent>
|
||||||
class QPaintEvent;
|
#include <QPaintEvent>
|
||||||
template <class T> class QList;
|
#include <QList>
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
|
|
||||||
|
|
|
@ -28,8 +28,8 @@
|
||||||
#include "akregator_export.h"
|
#include "akregator_export.h"
|
||||||
#include "storagefactory.h"
|
#include "storagefactory.h"
|
||||||
|
|
||||||
class QString;
|
#include <QString>
|
||||||
class QStringList;
|
#include <QStringList>
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
namespace Backend {
|
namespace Backend {
|
||||||
|
|
|
@ -35,8 +35,8 @@
|
||||||
#include <QIcon>
|
#include <QIcon>
|
||||||
#include <QList>
|
#include <QList>
|
||||||
|
|
||||||
class QDomElement;
|
#include <QDomElement>
|
||||||
class QString;
|
#include <QString>
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
|
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
|
|
||||||
class KUrl;
|
class KUrl;
|
||||||
|
|
||||||
class QIcon;
|
#include <QIcon>
|
||||||
class QString;
|
#include <QString>
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
|
|
||||||
|
|
|
@ -33,11 +33,11 @@
|
||||||
|
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
|
||||||
class QDomDocument;
|
#include <QDomDocument>
|
||||||
class QDomNode;
|
#include <QDomNode>
|
||||||
template <class T> class QList;
|
#include <QList>
|
||||||
template <class K,class T> class QHash;
|
#include <QHash>
|
||||||
class QString;
|
#include <QString>
|
||||||
|
|
||||||
class KJob;
|
class KJob;
|
||||||
|
|
||||||
|
|
|
@ -29,9 +29,9 @@
|
||||||
#include "akregator_export.h"
|
#include "akregator_export.h"
|
||||||
#include "treenode.h"
|
#include "treenode.h"
|
||||||
|
|
||||||
class QDomDocument;
|
#include <QDomDocument>
|
||||||
class QDomElement;
|
#include <QDomElement>
|
||||||
template <class T> class QList;
|
#include <QList>
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
|
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
|
|
||||||
#include "akregator_export.h"
|
#include "akregator_export.h"
|
||||||
|
|
||||||
class QIcon;
|
#include <QIcon>
|
||||||
class QString;
|
#include <QString>
|
||||||
class KConfigGroup;
|
class KConfigGroup;
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
#include <boost/weak_ptr.hpp>
|
#include <boost/weak_ptr.hpp>
|
||||||
|
|
||||||
class QDomDocument;
|
#include <QDomDocument>
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
|
||||||
class QDomDocument;
|
#include <QDomDocument>
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
|
|
||||||
|
|
|
@ -42,8 +42,8 @@ class KConfig;
|
||||||
class KFileItem;
|
class KFileItem;
|
||||||
class KConfigGroup;
|
class KConfigGroup;
|
||||||
|
|
||||||
class QDomDocument;
|
#include <QDomDocument>
|
||||||
class QSplitter;
|
#include <QSplitter>
|
||||||
|
|
||||||
namespace Akregator {
|
namespace Akregator {
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
class QString;
|
#include <QString>
|
||||||
|
|
||||||
namespace Akregator
|
namespace Akregator
|
||||||
{
|
{
|
||||||
|
|
|
@ -28,8 +28,8 @@
|
||||||
|
|
||||||
#include <QPointer>
|
#include <QPointer>
|
||||||
|
|
||||||
class QModelIndex;
|
#include <QModelIndex>
|
||||||
class QPoint;
|
#include <QPoint>
|
||||||
|
|
||||||
class KJob;
|
class KJob;
|
||||||
|
|
||||||
|
|
|
@ -28,8 +28,8 @@
|
||||||
#include "kspeechinterface.h"
|
#include "kspeechinterface.h"
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
class QString;
|
#include <QString>
|
||||||
template <class T> class QList;
|
#include <QList>
|
||||||
|
|
||||||
namespace Akregator
|
namespace Akregator
|
||||||
{
|
{
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#include <ktabwidget.h>
|
#include <ktabwidget.h>
|
||||||
|
|
||||||
class QString;
|
#include <QString>
|
||||||
|
|
||||||
namespace Akregator
|
namespace Akregator
|
||||||
{
|
{
|
||||||
|
|
|
@ -31,13 +31,13 @@
|
||||||
|
|
||||||
class KJob;
|
class KJob;
|
||||||
|
|
||||||
class QDomDocument;
|
#include <QDomDocument>
|
||||||
class QDomElement;
|
#include <QDomElement>
|
||||||
class QIcon;
|
#include <QIcon>
|
||||||
class QPoint;
|
#include <QPoint>
|
||||||
class QString;
|
#include <QString>
|
||||||
class QStringList;
|
#include <QStringList>
|
||||||
template <class T> class QList;
|
#include <QList>
|
||||||
|
|
||||||
namespace Akregator
|
namespace Akregator
|
||||||
{
|
{
|
||||||
|
|
|
@ -39,9 +39,9 @@ class KAboutData;
|
||||||
class KAction;
|
class KAction;
|
||||||
class KJob;
|
class KJob;
|
||||||
|
|
||||||
class QAction;
|
#include <QAction>
|
||||||
class QSplitter;
|
#include <QSplitter>
|
||||||
class QTreeView;
|
#include <QTreeView>
|
||||||
|
|
||||||
namespace Ark
|
namespace Ark
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
typedef QMap <QString, QString> DeviceInfo;
|
typedef QMap <QString, QString> DeviceInfo;
|
||||||
typedef QMap<QString, DeviceInfo > QMapDeviceInfo;
|
typedef QMap<QString, DeviceInfo > QMapDeviceInfo;
|
||||||
|
|
||||||
class QDBusPendingCallWatcher;
|
#include <QDBusPendingCallWatcher>
|
||||||
namespace BlueDevil {
|
namespace BlueDevil {
|
||||||
class Adapter;
|
class Adapter;
|
||||||
class Device;
|
class Device;
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#include <QtDBus/qdbusextratypes.h>
|
#include <QtDBus/qdbusextratypes.h>
|
||||||
#include <QtDBus/QDBusAbstractAdaptor>
|
#include <QtDBus/QDBusAbstractAdaptor>
|
||||||
|
|
||||||
class QProcess;
|
#include <QProcess>
|
||||||
namespace BlueDevil {
|
namespace BlueDevil {
|
||||||
class Adapter;
|
class Adapter;
|
||||||
};
|
};
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
#include "obex_agent_manager.h"
|
#include "obex_agent_manager.h"
|
||||||
|
|
||||||
class QDBusPendingCallWatcher;
|
#include <QDBusPendingCallWatcher>
|
||||||
class FileReceiver : public QObject
|
class FileReceiver : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
#include <KComponentData>
|
#include <KComponentData>
|
||||||
|
|
||||||
class QDBusMessage;
|
#include <QDBusMessage>
|
||||||
class ObexAgent : public QDBusAbstractAdaptor
|
class ObexAgent : public QDBusAbstractAdaptor
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
|
@ -26,9 +26,9 @@
|
||||||
|
|
||||||
#include "kded_bluedevil.h"
|
#include "kded_bluedevil.h"
|
||||||
|
|
||||||
class QAction;
|
#include <QAction>
|
||||||
class KFileItemListProperties;
|
class KFileItemListProperties;
|
||||||
class QWidget;
|
#include <QWidget>
|
||||||
|
|
||||||
class SendFileItemAction : public KAbstractFileItemActionPlugin
|
class SendFileItemAction : public KAbstractFileItemActionPlugin
|
||||||
{
|
{
|
||||||
|
|
|
@ -25,12 +25,12 @@
|
||||||
|
|
||||||
#include <kcmodule.h>
|
#include <kcmodule.h>
|
||||||
|
|
||||||
class QVBoxLayout;
|
#include <QVBoxLayout>
|
||||||
class QRadioButton;
|
#include <QRadioButton>
|
||||||
class QSlider;
|
#include <QSlider>
|
||||||
class QLabel;
|
#include <QLabel>
|
||||||
class QCheckBox;
|
#include <QCheckBox>
|
||||||
class QFormLayout;
|
#include <QFormLayout>
|
||||||
|
|
||||||
class KLineEdit;
|
class KLineEdit;
|
||||||
|
|
||||||
|
|
|
@ -29,8 +29,8 @@ class SystemCheck;
|
||||||
class DeviceDetails;
|
class DeviceDetails;
|
||||||
class BluetoothDevicesModel;
|
class BluetoothDevicesModel;
|
||||||
|
|
||||||
class QListView;
|
#include <QListView>
|
||||||
class QCheckBox;
|
#include <QCheckBox>
|
||||||
|
|
||||||
class KPushButton;
|
class KPushButton;
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
#include <kdialog.h>
|
#include <kdialog.h>
|
||||||
|
|
||||||
class QCheckBox;
|
#include <QCheckBox>
|
||||||
class KLineEdit;
|
class KLineEdit;
|
||||||
|
|
||||||
namespace BlueDevil {
|
namespace BlueDevil {
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
#define BLUEDEVIL_SYSTEM_CHECK_H
|
#define BLUEDEVIL_SYSTEM_CHECK_H
|
||||||
#include <QtCore/QObject>
|
#include <QtCore/QObject>
|
||||||
|
|
||||||
class QVBoxLayout;
|
#include <QVBoxLayout>
|
||||||
|
|
||||||
class KDED;
|
class KDED;
|
||||||
class KMessageWidget;
|
class KMessageWidget;
|
||||||
|
|
|
@ -26,8 +26,8 @@
|
||||||
#include <kdemacros.h>
|
#include <kdemacros.h>
|
||||||
|
|
||||||
class KJob;
|
class KJob;
|
||||||
class QDBusMessage;
|
#include <QDBusMessage>
|
||||||
class QDBusPendingCallWatcher;
|
#include <QDBusPendingCallWatcher>
|
||||||
|
|
||||||
class KDE_EXPORT ObexFtpDaemon : public KDEDModule
|
class KDE_EXPORT ObexFtpDaemon : public KDEDModule
|
||||||
{
|
{
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
#include <KJob>
|
#include <KJob>
|
||||||
|
|
||||||
class QDBusPendingCallWatcher;
|
#include <QDBusPendingCallWatcher>
|
||||||
class OrgBluezObexClient1Interface;
|
class OrgBluezObexClient1Interface;
|
||||||
class CreateSessionJob : public KJob
|
class CreateSessionJob : public KJob
|
||||||
{
|
{
|
||||||
|
|
|
@ -29,7 +29,7 @@ namespace BlueDevil {
|
||||||
class Device;
|
class Device;
|
||||||
}
|
}
|
||||||
|
|
||||||
class QAction;
|
#include <QAction>
|
||||||
class KAction;
|
class KAction;
|
||||||
|
|
||||||
using namespace BlueDevil;
|
using namespace BlueDevil;
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
|
|
||||||
class QTimer;
|
#include <QTimer>
|
||||||
class BlueWizard;
|
class BlueWizard;
|
||||||
|
|
||||||
namespace BlueDevil {
|
namespace BlueDevil {
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#include <QtGui/qwizard.h>
|
#include <QtGui/qwizard.h>
|
||||||
|
|
||||||
class KUrl;
|
class KUrl;
|
||||||
class QWizard;
|
#include <QWizard>
|
||||||
class KFileDialog;
|
class KFileDialog;
|
||||||
namespace BlueDevil {
|
namespace BlueDevil {
|
||||||
class Device;
|
class Device;
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#include <QtGui/qwizard.h>
|
#include <QtGui/qwizard.h>
|
||||||
|
|
||||||
class KUrl;
|
class KUrl;
|
||||||
class QWizard;
|
#include <QWizard>
|
||||||
class KFileDialog;
|
class KFileDialog;
|
||||||
namespace BlueDevil {
|
namespace BlueDevil {
|
||||||
class Device;
|
class Device;
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
#include <QtGui/qwizard.h>
|
#include <QtGui/qwizard.h>
|
||||||
|
|
||||||
class QWizard;
|
#include <QWizard>
|
||||||
class KFileWidget;
|
class KFileWidget;
|
||||||
|
|
||||||
class SelectFilesPage : public QWizardPage
|
class SelectFilesPage : public QWizardPage
|
||||||
|
|
|
@ -35,7 +35,7 @@ namespace BlueDevil
|
||||||
class Device;
|
class Device;
|
||||||
}
|
}
|
||||||
|
|
||||||
class QDBusPendingCallWatcher;
|
#include <QDBusPendingCallWatcher>
|
||||||
class OrgBluezObexClient1Interface;
|
class OrgBluezObexClient1Interface;
|
||||||
class OrgBluezObexObjectPush1Interface;
|
class OrgBluezObexObjectPush1Interface;
|
||||||
class OrgFreedesktopDBusPropertiesInterface;
|
class OrgFreedesktopDBusPropertiesInterface;
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#include "discoverwidget.h"
|
#include "discoverwidget.h"
|
||||||
|
|
||||||
class WizardAgent;
|
class WizardAgent;
|
||||||
class QStringList;
|
#include <QStringList>
|
||||||
class SendFilesJob;
|
class SendFilesJob;
|
||||||
namespace BlueDevil {
|
namespace BlueDevil {
|
||||||
class Device;
|
class Device;
|
||||||
|
|
|
@ -220,7 +220,7 @@ private:
|
||||||
|
|
||||||
|
|
||||||
class Folder;
|
class Folder;
|
||||||
class QString;
|
#include <QString>
|
||||||
|
|
||||||
class File
|
class File
|
||||||
{
|
{
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#include <QtCore/QObject>
|
#include <QtCore/QObject>
|
||||||
#include <QtCore/QMutex>
|
#include <QtCore/QMutex>
|
||||||
|
|
||||||
class QThread;
|
#include <QThread>
|
||||||
class Folder;
|
class Folder;
|
||||||
template<class T> class Chain;
|
template<class T> class Chain;
|
||||||
|
|
||||||
|
|
|
@ -29,9 +29,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
|
|
||||||
// Local
|
// Local
|
||||||
|
|
||||||
class QDropEvent;
|
#include <QDropEvent>
|
||||||
class QModelIndex;
|
#include <QModelIndex>
|
||||||
class QToolButton;
|
#include <QToolButton>
|
||||||
|
|
||||||
class KActionCollection;
|
class KActionCollection;
|
||||||
class KUrlNavigator;
|
class KUrlNavigator;
|
||||||
|
|
|
@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
|
|
||||||
#include <KUrl>
|
#include <KUrl>
|
||||||
|
|
||||||
class QWidget;
|
#include <QWidget>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -28,8 +28,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// Local
|
// Local
|
||||||
#include "abstractcontextmanageritem.h"
|
#include "abstractcontextmanageritem.h"
|
||||||
|
|
||||||
class QAction;
|
#include <QAction>
|
||||||
class QListView;
|
#include <QListView>
|
||||||
class KAction;
|
class KAction;
|
||||||
class KActionCollection;
|
class KActionCollection;
|
||||||
class KXMLGUIClient;
|
class KXMLGUIClient;
|
||||||
|
|
|
@ -32,8 +32,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
|
|
||||||
// Local
|
// Local
|
||||||
|
|
||||||
class QAction;
|
#include <QAction>
|
||||||
class QFrame;
|
#include <QFrame>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// Local
|
// Local
|
||||||
#include "abstractcontextmanageritem.h"
|
#include "abstractcontextmanageritem.h"
|
||||||
|
|
||||||
class QModelIndex;
|
#include <QModelIndex>
|
||||||
|
|
||||||
class KUrl;
|
class KUrl;
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
|
|
||||||
// Local
|
// Local
|
||||||
|
|
||||||
class QStringList;
|
#include <QStringList>
|
||||||
|
|
||||||
class KActionCollection;
|
class KActionCollection;
|
||||||
class KUrl;
|
class KUrl;
|
||||||
|
|
|
@ -31,8 +31,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
class KJob;
|
class KJob;
|
||||||
class KUrl;
|
class KUrl;
|
||||||
|
|
||||||
class QAbstractItemModel;
|
#include <QAbstractItemModel>
|
||||||
class QPalette;
|
#include <QPalette>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// Local
|
// Local
|
||||||
#include "abstractcontextmanageritem.h"
|
#include "abstractcontextmanageritem.h"
|
||||||
|
|
||||||
class QStringList;
|
#include <QStringList>
|
||||||
class KFileItem;
|
class KFileItem;
|
||||||
class KFileItemList;
|
class KFileItemList;
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
#include <libkipi/imagecollectionshared.h>
|
#include <libkipi/imagecollectionshared.h>
|
||||||
#include <libkipi/plugin.h>
|
#include <libkipi/plugin.h>
|
||||||
|
|
||||||
class QAction;
|
#include <QAction>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// KDE
|
// KDE
|
||||||
#include <KXmlGuiWindow>
|
#include <KXmlGuiWindow>
|
||||||
|
|
||||||
class QModelIndex;
|
#include <QModelIndex>
|
||||||
|
|
||||||
class KUrl;
|
class KUrl;
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
|
|
||||||
// Local
|
// Local
|
||||||
|
|
||||||
class QSize;
|
#include <QSize>
|
||||||
|
|
||||||
class KUrl;
|
class KUrl;
|
||||||
|
|
||||||
|
|
|
@ -28,9 +28,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
|
|
||||||
// Local
|
// Local
|
||||||
|
|
||||||
class QModelIndex;
|
#include <QModelIndex>
|
||||||
class QPalette;
|
#include <QPalette>
|
||||||
class QShowEvent;
|
#include <QShowEvent>
|
||||||
|
|
||||||
class KUrl;
|
class KUrl;
|
||||||
|
|
||||||
|
|
|
@ -30,8 +30,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
#include <QToolButton>
|
#include <QToolButton>
|
||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
|
|
||||||
class QGraphicsWidget;
|
#include <QGraphicsWidget>
|
||||||
class QPalette;
|
#include <QPalette>
|
||||||
|
|
||||||
class KActionCollection;
|
class KActionCollection;
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
|
|
||||||
// Local
|
// Local
|
||||||
|
|
||||||
class QString;
|
#include <QString>
|
||||||
|
|
||||||
class KDateTime;
|
class KDateTime;
|
||||||
class KUrl;
|
class KUrl;
|
||||||
|
|
|
@ -21,8 +21,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
#ifndef FILEUTILS_H
|
#ifndef FILEUTILS_H
|
||||||
#define FILEUTILS_H
|
#define FILEUTILS_H
|
||||||
|
|
||||||
class QString;
|
#include <QString>
|
||||||
class QWidget;
|
#include <QWidget>
|
||||||
class KUrl;
|
class KUrl;
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
|
|
|
@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
// Qt
|
// Qt
|
||||||
|
|
||||||
class KAboutData;
|
class KAboutData;
|
||||||
class QByteArray;
|
#include <QByteArray>
|
||||||
class KLocalizedString;
|
class KLocalizedString;
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
|
|
|
@ -29,8 +29,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
#include <KUrl>
|
#include <KUrl>
|
||||||
#include <KFileItem>
|
#include <KFileItem>
|
||||||
|
|
||||||
class QItemSelectionModel;
|
#include <QItemSelectionModel>
|
||||||
class QModelIndex;
|
#include <QModelIndex>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// Local
|
// Local
|
||||||
#include <lib/abstractimageoperation.h>
|
#include <lib/abstractimageoperation.h>
|
||||||
|
|
||||||
class QRect;
|
#include <QRect>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// Local
|
// Local
|
||||||
#include <lib/documentview/abstractrasterimageviewtool.h>
|
#include <lib/documentview/abstractrasterimageviewtool.h>
|
||||||
|
|
||||||
class QRect;
|
#include <QRect>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
|
|
||||||
// Local
|
// Local
|
||||||
|
|
||||||
class QDate;
|
#include <QDate>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
// Qt
|
// Qt
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
class QAction;
|
#include <QAction>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
// Local
|
// Local
|
||||||
#include <lib/orientation.h>
|
#include <lib/orientation.h>
|
||||||
|
|
||||||
class QImage;
|
#include <QImage>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -31,8 +31,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
#include <lib/document/document.h>
|
#include <lib/document/document.h>
|
||||||
#include <lib/orientation.h>
|
#include <lib/orientation.h>
|
||||||
|
|
||||||
class QImage;
|
#include <QImage>
|
||||||
class QRect;
|
#include <QRect>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -36,11 +36,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
// Local
|
// Local
|
||||||
#include <lib/mimetypeutils.h>
|
#include <lib/mimetypeutils.h>
|
||||||
|
|
||||||
class QImage;
|
#include <QImage>
|
||||||
class QRect;
|
#include <QRect>
|
||||||
class QSize;
|
#include <QSize>
|
||||||
class QSvgRenderer;
|
#include <QSvgRenderer>
|
||||||
class QUndoStack;
|
#include <QUndoStack>
|
||||||
|
|
||||||
class KJob;
|
class KJob;
|
||||||
class KUrl;
|
class KUrl;
|
||||||
|
|
|
@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
#include <lib/document/document.h>
|
#include <lib/document/document.h>
|
||||||
|
|
||||||
class QUndoGroup;
|
#include <QUndoGroup>
|
||||||
|
|
||||||
class KUrl;
|
class KUrl;
|
||||||
|
|
||||||
|
|
|
@ -29,8 +29,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
#include <lib/document/abstractdocumenteditor.h>
|
#include <lib/document/abstractdocumenteditor.h>
|
||||||
#include <lib/document/abstractdocumentimpl.h>
|
#include <lib/document/abstractdocumentimpl.h>
|
||||||
|
|
||||||
class QByteArray;
|
#include <QByteArray>
|
||||||
class QIODevice;
|
#include <QIODevice>
|
||||||
|
|
||||||
class KUrl;
|
class KUrl;
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
// Local
|
// Local
|
||||||
#include <lib/document/documentjob.h>
|
#include <lib/document/documentjob.h>
|
||||||
|
|
||||||
class QByteArray;
|
#include <QByteArray>
|
||||||
class KUrl;
|
class KUrl;
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
|
|
|
@ -32,9 +32,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
// Local
|
// Local
|
||||||
#include <lib/document/document.h>
|
#include <lib/document/document.h>
|
||||||
|
|
||||||
class QCursor;
|
#include <QCursor>
|
||||||
class QGraphicsWidget;
|
#include <QGraphicsWidget>
|
||||||
class QRectF;
|
#include <QRectF>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,11 +30,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
// Local
|
// Local
|
||||||
|
|
||||||
class QKeyEvent;
|
#include <QKeyEvent>
|
||||||
class QGraphicsSceneHoverEvent;
|
#include <QGraphicsSceneHoverEvent>
|
||||||
class QGraphicsSceneMouseEvent;
|
#include <QGraphicsSceneMouseEvent>
|
||||||
class QGraphicsSceneWheelEvent;
|
#include <QGraphicsSceneWheelEvent>
|
||||||
class QPainter;
|
#include <QPainter>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -32,7 +32,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
// Local
|
// Local
|
||||||
#include <lib/document/document.h>
|
#include <lib/document/document.h>
|
||||||
|
|
||||||
class QPropertyAnimation;
|
#include <QPropertyAnimation>
|
||||||
class KUrl;
|
class KUrl;
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
|
|
|
@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
// Qt
|
// Qt
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
class QPoint;
|
#include <QPoint>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
|
|
||||||
// KDE
|
// KDE
|
||||||
|
|
||||||
class QGraphicsSceneHoverEvent;
|
#include <QGraphicsSceneHoverEvent>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -32,7 +32,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
#include <lib/documentview/abstractimageview.h>
|
#include <lib/documentview/abstractimageview.h>
|
||||||
#include <lib/documentview/abstractdocumentviewadapter.h>
|
#include <lib/documentview/abstractdocumentviewadapter.h>
|
||||||
|
|
||||||
class QGraphicsSvgItem;
|
#include <QGraphicsSvgItem>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
// Local
|
// Local
|
||||||
|
|
||||||
class QEvent;
|
#include <QEvent>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
|
|
||||||
// Local
|
// Local
|
||||||
|
|
||||||
class QGraphicsWidget;
|
#include <QGraphicsWidget>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
// Qt
|
// Qt
|
||||||
#include <QGraphicsWidget>
|
#include <QGraphicsWidget>
|
||||||
|
|
||||||
class QIcon;
|
#include <QIcon>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -28,8 +28,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
// Qt
|
// Qt
|
||||||
|
|
||||||
class QAction;
|
#include <QAction>
|
||||||
class QGraphicsWidget;
|
#include <QGraphicsWidget>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -28,9 +28,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
#include <lib/gwenviewlib_export.h>
|
#include <lib/gwenviewlib_export.h>
|
||||||
|
|
||||||
class QImage;
|
#include <QImage>
|
||||||
class QRect;
|
#include <QRect>
|
||||||
class QRegion;
|
#include <QRegion>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
#include <lib/gwenviewlib_export.h>
|
#include <lib/gwenviewlib_export.h>
|
||||||
#include <lib/orientation.h>
|
#include <lib/orientation.h>
|
||||||
|
|
||||||
class QMatrix;
|
#include <QMatrix>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
|
|
||||||
// Local
|
// Local
|
||||||
|
|
||||||
class QAbstractButton;
|
#include <QAbstractButton>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
|
@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
#include <lib/gwenviewlib_export.h>
|
#include <lib/gwenviewlib_export.h>
|
||||||
|
|
||||||
// Local
|
// Local
|
||||||
class QStringList;
|
#include <QStringList>
|
||||||
|
|
||||||
class KFileItem;
|
class KFileItem;
|
||||||
class KUrl;
|
class KUrl;
|
||||||
|
|
|
@ -22,12 +22,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
#include <lib/gwenviewlib_export.h>
|
#include <lib/gwenviewlib_export.h>
|
||||||
|
|
||||||
class QColor;
|
#include <QColor>
|
||||||
class QPainterPath;
|
#include <QPainterPath>
|
||||||
class QPixmap;
|
#include <QPixmap>
|
||||||
class QRect;
|
#include <QRect>
|
||||||
class QRectF;
|
#include <QRectF>
|
||||||
class QSize;
|
#include <QSize>
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue