--HG-- branch : develop
@ -20,6 +20,8 @@
#include "ui_general_settings_widget.h"
#include "widget_base.h"
#include "nel/misc/types_nl.h"
class QTranslator;
/**
@ -17,6 +17,9 @@
#ifndef DOWNLOADER_H
#define DOWNLOADER_H
#include <QtCore/QtCore>
#include <QtNetwork/QtNetwork>
class IOperationProgressListener;
@ -17,6 +17,8 @@
#ifndef OPERATION_H
#define OPERATION_H
class IOperationProgressListener
{
public:
#include "ui_uninstalldialog.h"
#include "operation.h"
class QStandardItem;
* Wizard displayed when uninstalling components from Add/Remove Program under Windows
* or when user clicks on Uninstall in main menu.