From 637cea2664defb5414a3897f70b616deba926ffe Mon Sep 17 00:00:00 2001 From: llornkcor Date: Sun, 10 Mar 2002 00:09:03 +0000 Subject: added an asterik in the caption if the text is edited and unsaved --- (limited to 'core/apps/textedit/textedit.h') diff --git a/core/apps/textedit/textedit.h b/core/apps/textedit/textedit.h index fb58738..e7e20e3 100644 --- a/core/apps/textedit/textedit.h +++ b/core/apps/textedit/textedit.h @@ -54,8 +54,11 @@ public: ~TextEdit(); QPopupMenu *font; QAction *nStart; + bool edited, edited1; void openFile( const QString & ); - +public slots: + void editorChanged(); + protected: void closeEvent( QCloseEvent *e ); -- cgit v0.9.0.2