diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 11:53:10 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 11:53:10 -0500 |
commit | dacae0242e905268e9df9aed83f84e91b13a1749 (patch) | |
tree | 26c8dc7f37d040f54265a3471834309a1e248538 /src/fileexistsdialog.h | |
parent | 0d218fd2db1810aafd86f7fc8761c75128f3fcb8 (diff) | |
download | kasablanca-dacae0242e905268e9df9aed83f84e91b13a1749.tar.gz kasablanca-dacae0242e905268e9df9aed83f84e91b13a1749.zip |
Convert to TDE R14 API
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 { |