diff options
Diffstat (limited to 'interfaces/ktexteditor/selectiondcopinterface.cpp')
-rw-r--r-- | interfaces/ktexteditor/selectiondcopinterface.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interfaces/ktexteditor/selectiondcopinterface.cpp b/interfaces/ktexteditor/selectiondcopinterface.cpp index c1405ae16..f341297e0 100644 --- a/interfaces/ktexteditor/selectiondcopinterface.cpp +++ b/interfaces/ktexteditor/selectiondcopinterface.cpp @@ -40,9 +40,9 @@ SelectionDCOPInterface::~SelectionDCOPInterface() } /** - * @return a QString for the selected text + * @return a TQString for the selected text */ - QString SelectionDCOPInterface::selection () + TQString SelectionDCOPInterface::selection () { return m_parent->selection(); } |