diff options
Diffstat (limited to 'textedit.h')
-rw-r--r-- | textedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ private: bool isKey(QString key); public slots: - void comment(); + void quote(); protected: void dragEnterEvent(QDragEnterEvent *event); |