summaryrefslogtreecommitdiffstats
path: root/kbarcode/dstextedit.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:09:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:09:19 -0600
commitdf8b5d68eb9b9da7d1562a3f1819bdd806bdbc33 (patch)
tree1cca1206c05e86218226b4dc9be04641723b1438 /kbarcode/dstextedit.cpp
parentabb955bc2a696c0283c1efd82c4edf4d06f314a7 (diff)
downloadkbarcode-df8b5d68eb9b9da7d1562a3f1819bdd806bdbc33.tar.gz
kbarcode-df8b5d68eb9b9da7d1562a3f1819bdd806bdbc33.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'kbarcode/dstextedit.cpp')
-rw-r--r--kbarcode/dstextedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/dstextedit.cpp b/kbarcode/dstextedit.cpp
index 8965756..15eac64 100644
--- a/kbarcode/dstextedit.cpp
+++ b/kbarcode/dstextedit.cpp
@@ -101,7 +101,7 @@ void DSTextEdit::fixParagraphs()
this->setCursorPosition( 0, index );
this->setCurrentFont( tFormattings.font );
this->setColor( tFormattings.color );
- this->tqsetAlignment( tFormattings.tqalignment );
+ this->setAlignment( tFormattings.tqalignment );
this->setSelection( paraFrom, indexFrom, paraTo, indexTo );