From 29e4dd18cbbe6d5967561b428a9632629cff3fde Mon Sep 17 00:00:00 2001 From: llornkcor Date: Wed, 24 Apr 2002 01:00:52 +0000 Subject: changed way of saving files, so a file opened through the file dialog, which is not a DocLnk, gets saved without a DocLnk. I got tired of hearing, 'I edited /etc/so-and-so and it saved it to Documents.' Will make this an option later. :) --- (limited to 'core/apps/textedit/textedit.h') diff --git a/core/apps/textedit/textedit.h b/core/apps/textedit/textedit.h index edc6fe3..9d27ab0 100644 --- a/core/apps/textedit/textedit.h +++ b/core/apps/textedit/textedit.h @@ -65,9 +65,11 @@ public slots: void editorChanged(); void receive(const QCString&, const QByteArray&); protected: + bool fileIs; void closeEvent( QCloseEvent *e ); void doSearchBar(); private slots: + void doAbout(); void setDocument(const QString&); void changeFont(); void fileNew(); -- cgit v0.9.0.2