diff options
Diffstat (limited to 'quanta/treeviews/templatestreeview.cpp')
-rw-r--r-- | quanta/treeviews/templatestreeview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/treeviews/templatestreeview.cpp b/quanta/treeviews/templatestreeview.cpp index bd00665f..a9aa75d0 100644 --- a/quanta/treeviews/templatestreeview.cpp +++ b/quanta/treeviews/templatestreeview.cpp @@ -48,11 +48,11 @@ #include <kurlrequesterdlg.h> #include <ktempdir.h> #include <ktempfile.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include <kurldrag.h> #include <ktar.h> #include <kdebug.h> -#include <kfile.h> +#include <tdefile.h> #include "templatestreeview.h" |