aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'textedit.cpp')
-rw-r--r--textedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/textedit.cpp b/textedit.cpp
index 9fa7e9c..da55681 100644
--- a/textedit.cpp
+++ b/textedit.cpp
@@ -29,7 +29,7 @@ void TextEdit::dropEvent(QDropEvent* event)
//event->acceptProposedAction();
}
-void TextEdit::comment()
+void TextEdit::quote()
{
QString text=this->toPlainText();
text.replace("\n","\n> ",Qt::CaseSensitive);