summaryrefslogtreecommitdiffstats
path: root/src/scanviewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scanviewer.h')
-rw-r--r--src/scanviewer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/scanviewer.h b/src/scanviewer.h
index fa85e6b..3114960 100644
--- a/src/scanviewer.h
+++ b/src/scanviewer.h
@@ -59,7 +59,7 @@ public:
/**
* Use this method to load whatever file/URL you have
*/
-
+
//void setDirName(TQString);
void slotScan(const TQStringList & filepattern, int mode, bool recursive, bool dcopscan);
void slotCancel();
@@ -128,6 +128,7 @@ private:
void Quarantine();
void askUser();
int countFiles( TQDir & root);
+ TQString scanner;
//void ScanViewer::startProgress();
TQLineEdit *template_edit;
TQComboBox *files_combo, *pattern_combo, *check_combo;
@@ -173,6 +174,7 @@ private:
bool calculateTime;
bool showProgress;
TQFrame *status_frame;
+ bool clamdscan;
};
#endif // _SCANVIEWER_H_