diff options
Diffstat (limited to 'interfaces/ktexteditor/highlightinginterface.cpp')
-rw-r--r-- | interfaces/ktexteditor/highlightinginterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/ktexteditor/highlightinginterface.cpp b/interfaces/ktexteditor/highlightinginterface.cpp index 8f0db5204..f606ab5c0 100644 --- a/interfaces/ktexteditor/highlightinginterface.cpp +++ b/interfaces/ktexteditor/highlightinginterface.cpp @@ -55,7 +55,7 @@ unsigned int HighlightingInterface::highlightingInterfaceNumber () const return myHighlightingInterfaceNumber; } -void HighlightingInterface::setHighlightingInterfaceDCOPSuffix (const QCString &/*suffix*/) +void HighlightingInterface::setHighlightingInterfaceDCOPSuffix (const TQCString &/*suffix*/) { //d->interface->setObjId ("HighlightingInterface#"+suffix); } |