diff options
Diffstat (limited to 'knights/tab_pgnview.cpp')
-rw-r--r-- | knights/tab_pgnview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/tab_pgnview.cpp b/knights/tab_pgnview.cpp index 3290e1f..9476d60 100644 --- a/knights/tab_pgnview.cpp +++ b/knights/tab_pgnview.cpp @@ -23,7 +23,7 @@ #include <tqregexp.h> #include <tqtextstream.h> #include <kstddirs.h> -#include <ktempfile.h> +#include <tdetempfile.h> tab_pgnView::tab_pgnView(pgn *parent, resource *Rsrc ) : KnightsTextView(0,Rsrc) { |