diff -r 67a91e28b30f -r 4083860dd82e texteditor.h --- a/texteditor.h Mon Jun 06 20:27:42 2005 +0000 +++ b/texteditor.h Tue Jun 14 09:41:37 2005 +0000 @@ -24,6 +24,8 @@ QString getFontHintDefault(); void setFilename (const QString&); QString getFilename (); + void setFilenameHint (const QString&); + QString getFilenameHint (); bool findText(const QString &, const bool &); // find Text protected: @@ -79,6 +81,7 @@ QTextEdit *e; QPoint lastPos; // save last position of window QString filename; + QString filenameHint; QBrush emptyPaper; // setting the background color QBrush filledPaper; // depending on the state @@ -116,8 +119,6 @@ *actionAlignCenter, *actionAlignRight, *actionAlignJustify; - - }; #endif