19 #ifndef ADDFILESDIALOG_H 20 #define ADDFILESDIALOG_H 22 #include <tdeversion.h> 23 #include <tdefiledialog.h> 39 enum Mode { Copy, Link, Relative };
42 TQWidget *parent,
const char *name,
bool modal);
45 TQWidget *parent,
const char *name,
bool modal, TQComboBox *extraWidget);
49 virtual AddFilesDialog::Mode mode();
52 TQComboBox * m_extraWidget;
55 void storePreferred(
int index);
This class allows you to choose additional modes when adding files to the project.