summaryrefslogtreecommitdiffstats
path: root/kwordquiz/src/kwordquizdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'kwordquiz/src/kwordquizdoc.h')
-rw-r--r--kwordquiz/src/kwordquizdoc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kwordquiz/src/kwordquizdoc.h b/kwordquiz/src/kwordquizdoc.h
index b79879fc..80b5e4f4 100644
--- a/kwordquiz/src/kwordquizdoc.h
+++ b/kwordquiz/src/kwordquizdoc.h
@@ -34,8 +34,8 @@ class KWordQuizView;
*
* The KWordQuizDoc class provides a document object that can be used in conjunction with the classes KWordQuizApp and KWordQuizView
* to create a document-view model for standard KDE applications based on KApplication and KMainWindow. Thereby, the document object
- * is created by the KWordQuizApp instance and contains the document structure with the according methods for manipulation of the document
- * data by KWordQuizView objects. Also, KWordQuizDoc contains the methods for serialization of the document data from and to files.
+ * is created by the KWordQuizApp instance and tqcontains the document structure with the according methods for manipulation of the document
+ * data by KWordQuizView objects. Also, KWordQuizDoc tqcontains the methods for serialization of the document data from and to files.
*
* @author Source Framework Automatically Generated by KDevelop, (c) The KDevelop Team.
* @version KDevelop version 1.2 code generation
@@ -75,8 +75,8 @@ class KWordQuizDoc : public QObject
void setURL(const KURL& url);
public slots:
- /** calls repaint() on all views connected to the document object and is called by the view by which the document has been changed.
- * As this view normally repaints itself, it is excluded from the paintEvent.
+ /** calls tqrepaint() on all views connected to the document object and is called by the view by which the document has been changed.
+ * As this view normally tqrepaints itself, it is excluded from the paintEvent.
*/
void slotUpdateAllViews(KWordQuizView *sender);
void slotModifiedOnDisk(const TQString &);