summaryrefslogtreecommitdiffstats
path: root/k9author/k9newtitle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'k9author/k9newtitle.cpp')
-rw-r--r--k9author/k9newtitle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9newtitle.cpp b/k9author/k9newtitle.cpp
index ae1eec5..6108eb4 100644
--- a/k9author/k9newtitle.cpp
+++ b/k9author/k9newtitle.cpp
@@ -74,7 +74,7 @@ void k9NewTitle::bAddClicked() {
m_k9Import->getRoot()->listView()->setColumnWidthMode(0,TQListView::Maximum);
item->setText(1,t.addSecs(fileInfo.getDuration()).toString("hh:mm:ss"));
- double increment;
+ double increment = 5*60*60;
int maxCh;
if (rbLength->isOn()) {
TQTime t;