diff options
Diffstat (limited to 'src/projectfilesdlg.cpp')
-rw-r--r-- | src/projectfilesdlg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/projectfilesdlg.cpp b/src/projectfilesdlg.cpp index badcdd1..5ff4987 100644 --- a/src/projectfilesdlg.cpp +++ b/src/projectfilesdlg.cpp @@ -29,9 +29,9 @@ #include <ntqlistview.h> #include <ntqlineedit.h> #include <ntqregexp.h> -#include <klocale.h> -#include <kmessagebox.h> -#include <kfiledialog.h> +#include <tdelocale.h> +#include <tdemessagebox.h> +#include <tdefiledialog.h> #include "projectfilesdlg.h" #include "dirscanner.h" #include "scanprogressdlg.h" |