summaryrefslogtreecommitdiffstats
path: root/kig/objects/point_type.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:30:46 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-04 04:35:55 +0200
commitb142e177fd839801f225b2694b98095a59869772 (patch)
treee5f615fa20356b9335d4cb76bb5f96aa5d7a334d /kig/objects/point_type.cc
parenta44a56fdf9ce1b7cc987f18c93b505adb9f24297 (diff)
downloadtdeedu-b142e177fd839801f225b2694b98095a59869772.tar.gz
tdeedu-b142e177fd839801f225b2694b98095a59869772.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit 999f961ff5278b84c8ffd8a91addb9343e589cf0)
Diffstat (limited to 'kig/objects/point_type.cc')
-rw-r--r--kig/objects/point_type.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kig/objects/point_type.cc b/kig/objects/point_type.cc
index f1c59ac4..2acd8479 100644
--- a/kig/objects/point_type.cc
+++ b/kig/objects/point_type.cc
@@ -395,7 +395,7 @@ void FixedPointType::executeAction(
Coordinate oldc = static_cast<const PointImp*>( o.imp() )->coordinate();
KigInputDialog::getCoordinate(
i18n( "Set Coordinate" ),
- i18n( "Enter the new coordinate." ) + TQString::tqfromLatin1( "<br>" ) +
+ i18n( "Enter the new coordinate." ) + TQString::fromLatin1( "<br>" ) +
d.document().coordinateSystem().coordinateFormatNoticeMarkup(),
&w, &ok, d.document(), &oldc );
if ( ! ok ) break;