aboutsummaryrefslogtreecommitdiffstats
path: root/findwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'findwidget.h')
-rw-r--r--findwidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/findwidget.h b/findwidget.h
index 54d2b83..a623de5 100644
--- a/findwidget.h
+++ b/findwidget.h
@@ -30,8 +30,8 @@ private:
QTextCharFormat cursorFormat;
private slots:
- void findNext();
- void find();
- void closeSlot();
+ void slotFindNext();
+ void slotFind();
+ void slotClose();
};
#endif // FINDWIDGET_H