summaryrefslogtreecommitdiffstats
path: root/kghostview/kgv_miniwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kghostview/kgv_miniwidget.cpp')
-rw-r--r--kghostview/kgv_miniwidget.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kghostview/kgv_miniwidget.cpp b/kghostview/kgv_miniwidget.cpp
index d8210cdf..a9c46dc6 100644
--- a/kghostview/kgv_miniwidget.cpp
+++ b/kghostview/kgv_miniwidget.cpp
@@ -41,7 +41,7 @@
#include <stdlib.h>
#include "infodialog.h"
-#include "marklist.h"
+#include "martdelist.h"
#include "kgvdocument.h"
#include "kgv_view.h"
#include "version.h"
@@ -508,7 +508,7 @@ void KGVMiniWidget::buildTOC()
int last_page = 0;
- MarkList* marklist = _part->markList();
+ MarkList* martdelist = _part->markList();
if( dsc()->isStructured() ) {
if( _usePageLabels )
@@ -530,11 +530,11 @@ void KGVMiniWidget::buildTOC()
else
s = tip;
- marklist->insertItem( s, i, tip );
+ martdelist->insertItem( s, i, tip );
}
}
else {
- marklist->insertItem( TQString::fromLatin1( "1" ), 0 );
+ martdelist->insertItem( TQString::fromLatin1( "1" ), 0 );
}
}