Revision 1792 trunk/client/gui_qt/WidgetConfigAutoImport.h
| WidgetConfigAutoImport.h (revision 1792) | ||
|---|---|---|
| 6 | 6 |
#include "QNNTPGrabGlue.h" |
| 7 | 7 |
#include "AutoImport.h" |
| 8 | 8 |
|
| 9 |
class MainWindow; /* Prevent recursion */ |
|
| 10 |
|
|
| 9 | 11 |
namespace Ui {
|
| 10 | 12 |
class WidgetConfigAutoImport; |
| 11 | 13 |
} |
| ... | ... | |
| 13 | 15 |
class WidgetConfigAutoImport : public QWidget {
|
| 14 | 16 |
Q_OBJECT |
| 15 | 17 |
public: |
| 16 |
WidgetConfigAutoImport(QNNTPGrabGlue *glue, QWidget *parent = 0); |
|
| 18 |
WidgetConfigAutoImport(MainWindow *mainwindow, QNNTPGrabGlue *glue, QWidget *parent = 0); |
|
| 17 | 19 |
~WidgetConfigAutoImport(); |
| 18 | 20 |
|
| 19 | 21 |
protected: |
Also available in: Unified diff
NNTPGrab

