summaryrefslogtreecommitdiff
path: root/core/apps/textedit/textedit.cpp
Side-by-side diff
Diffstat (limited to 'core/apps/textedit/textedit.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/textedit/textedit.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/core/apps/textedit/textedit.cpp b/core/apps/textedit/textedit.cpp
index f56d5d3..1a1b186 100644
--- a/core/apps/textedit/textedit.cpp
+++ b/core/apps/textedit/textedit.cpp
@@ -375,3 +375,2 @@ TextEdit::TextEdit( QWidget *parent, const char *name, WFlags f )
-
editor = new QpeEditor( this );
@@ -523,2 +522,7 @@ void TextEdit::fileOpen()
setCaption(caption().right(caption().length()-1));
+ doSearchBar();
+}
+
+void TextEdit::doSearchBar()
+{
Config cfg("TextEdit");
@@ -526,3 +530,3 @@ void TextEdit::fileOpen()
if(cfg.readEntry("SearchBar","Closed") != "Opened")
- searchBar->hide();
+ searchBar->hide();
}
@@ -851,2 +855,3 @@ void TextEdit::setDocument(const QString& fileref)
edited=TRUE;
+ doSearchBar();
}