summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/k9copy.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/k9copy.cpp b/src/k9copy.cpp
index 849ae96..76f77ac 100644
--- a/src/k9copy.cpp
+++ b/src/k9copy.cpp
@@ -46,7 +46,8 @@ k9Copy::k9Copy()
: KMdiMainFrm( 0, "k9Copy" ,KMdi::IDEAlMode ) {
// tell the TDEMainWindow that this is indeed the main widget
m_k9MainView=NULL;
- m_k9ImportView =NULL;
+ m_k9ImportView=NULL;
+ m_chapterEdit=NULL;
// accept dnd
setAcceptDrops(true);