-rw-r--r-- | noncore/apps/zsafe/scqtfileedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/zsafe/scqtfileedit.h b/noncore/apps/zsafe/scqtfileedit.h index 7b22bb7..1a62a08 100644 --- a/noncore/apps/zsafe/scqtfileedit.h +++ b/noncore/apps/zsafe/scqtfileedit.h @@ -19,25 +19,25 @@ #ifndef SCQTFILEEDIT_H #define SCQTFILEEDIT_H #include <qdir.h> #include <qobject.h> #include <qpixmap.h> #include <qstring.h> #include <qlistview.h> #include <qcombobox.h> #include <qtimer.h> -#include <scqtfiledlg.h> +#include "scqtfiledlg.h" #define MAXDIRCOMBOCOUNT 8 #define MAXTYPECOMBOCOUNT 8 /** *@author Werner Schulte */ class ScQtFileEditDlg : public ScQtFileDlg, QDir { Q_OBJECT public: |