blob: 7f5d658cc7520895c25501863f7343e23aa9a5fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
/****************************************************************************
** Form interface generated from reading ui file 'klamdoptions.ui'
**
** Created: Sun Mar 6 14:20:47 2005
** by: The User Interface Compiler ($Id: klamdoptions.h,v 1.1.1.1 2006/02/03 20:35:04 hoganrobert Exp $)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef KLAMDOPTIONS_H
#define KLAMDOPTIONS_H
#include <tqvariant.h>
#include <tqdialog.h>
class TQVBoxLayout;
class TQHBoxLayout;
class TQGridLayout;
class TQSpacerItem;
class KPushButton;
class KDialog;
class TQGroupBox;
class TQComboBox;
class TQCheckBox;
class TQLabel;
class TDEConfig;
class KlamdOptions : public TQDialog
{
Q_OBJECT
public:
KlamdOptions( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~KlamdOptions();
KPushButton* OK;
KPushButton* Cancel;
KDialog* AdvOptions;
TQGroupBox* Archives;
TQComboBox* MaxSize;
TQCheckBox* ScanArchives;
TQLabel* textLabel1;
TQGroupBox* ScanFilesWhen;
TQCheckBox* Created;
TQCheckBox* Executed;
TQCheckBox* Opened;
TQCheckBox* Closed;
TDEConfig* config;
private:
void fetchSettings();
private slots:
void updateSettings();
void warn();
protected:
TQGridLayout* layout7;
TQGridLayout* layout6;
TQGridLayout* layout7_2;
protected slots:
virtual void languageChange();
};
#endif // KLAMDOPTIONS_H
|