diff options
Diffstat (limited to 'src/fileexistsdialog.h')
-rw-r--r-- | src/fileexistsdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileexistsdialog.h b/src/fileexistsdialog.h index 4c938ec..9da932d 100644 --- a/src/fileexistsdialog.h +++ b/src/fileexistsdialog.h @@ -18,7 +18,7 @@ #ifndef FILEEXISTSDIALOG_H #define FILEEXISTSDIALOG_H -#include <qwidget.h> +#include <ntqwidget.h> #include "Q_fileexistsdialog.h" /** @@ -28,7 +28,7 @@ class FileExistsDialog : public KasablancaFileExistsDialog { Q_OBJECT public: - FileExistsDialog(QWidget *parent=0, const char *name=0); + FileExistsDialog(TQWidget *parent=0, const char *name=0); ~FileExistsDialog(); enum retval { |