diff options
Diffstat (limited to 'interfaces/ktexteditor/blockselectioninterface.cpp')
-rw-r--r-- | interfaces/ktexteditor/blockselectioninterface.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interfaces/ktexteditor/blockselectioninterface.cpp b/interfaces/ktexteditor/blockselectioninterface.cpp index 80e0c8570..c1af4a6ed 100644 --- a/interfaces/ktexteditor/blockselectioninterface.cpp +++ b/interfaces/ktexteditor/blockselectioninterface.cpp @@ -43,7 +43,7 @@ BlockSelectionInterface::BlockSelectionInterface() { globalBlockSelectionInterfaceNumber++; myBlockSelectionInterfaceNumber = globalBlockSelectionInterfaceNumber++; - QString name = "BlockSelectionInterface#" + QString::number(myBlockSelectionInterfaceNumber); + TQString name = "BlockSelectionInterface#" + TQString::number(myBlockSelectionInterfaceNumber); d = new PrivateBlockSelectionInterface(); d->interface = new BlockSelectionDCOPInterface(this, name.latin1()); @@ -60,7 +60,7 @@ unsigned int BlockSelectionInterface::blockSelectionInterfaceNumber () const return myBlockSelectionInterfaceNumber; } -void BlockSelectionInterface::setBlockSelectionInterfaceDCOPSuffix (const QCString &suffix) +void BlockSelectionInterface::setBlockSelectionInterfaceDCOPSuffix (const TQCString &suffix) { d->interface->setObjId ("BlockSelectionInterface#"+suffix); } |