summaryrefslogtreecommitdiffstats
path: root/kbarcode/labeleditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode/labeleditor.cpp')
-rw-r--r--kbarcode/labeleditor.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kbarcode/labeleditor.cpp b/kbarcode/labeleditor.cpp
index 4cbab7c..0b399d3 100644
--- a/kbarcode/labeleditor.cpp
+++ b/kbarcode/labeleditor.cpp
@@ -262,7 +262,7 @@ void LabelEditor::clearLabel()
updateInfo();
c->update();
- cv->tqrepaintContents();
+ cv->repaintContents();
}
bool LabelEditor::save()
@@ -403,7 +403,7 @@ bool LabelEditor::openUrl( const TQString & url )
recentAct->addURL( murl );
enableActions();
- cv->tqrepaintContents( true );
+ cv->repaintContents( true );
return true;
}
@@ -715,7 +715,7 @@ void LabelEditor::doubleClickedItem( TCanvasItem* item )
if( dlg.exec() == TQDialog::Accepted )
{
c->update();
- cv->tqrepaintContents();
+ cv->repaintContents();
}
}
@@ -957,7 +957,7 @@ void LabelEditor::preview()
void LabelEditor::toggleGrid()
{
c->setGrid( gridAct->isChecked() );
- cv->tqrepaintContents();
+ cv->repaintContents();
}
void LabelEditor::cut()