summaryrefslogtreecommitdiffstats
path: root/knights/tab_pgnview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/tab_pgnview.cpp')
-rw-r--r--knights/tab_pgnview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knights/tab_pgnview.cpp b/knights/tab_pgnview.cpp
index 51bf57c..3290e1f 100644
--- a/knights/tab_pgnview.cpp
+++ b/knights/tab_pgnview.cpp
@@ -25,9 +25,9 @@
#include <kstddirs.h>
#include <ktempfile.h>
-tab_pgnView::tab_pgnView(pgn *tqparent, resource *Rsrc ) : KnightsTextView(0,Rsrc)
+tab_pgnView::tab_pgnView(pgn *parent, resource *Rsrc ) : KnightsTextView(0,Rsrc)
{
- myParent = tqparent;
+ myParent = parent;
whiteImage = NULL;
blackImage = NULL;