summaryrefslogtreecommitdiffstats
path: root/kverbos/kverbos/kverbos.h
diff options
context:
space:
mode:
Diffstat (limited to 'kverbos/kverbos/kverbos.h')
-rw-r--r--kverbos/kverbos/kverbos.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/kverbos/kverbos/kverbos.h b/kverbos/kverbos/kverbos.h
index 982ee0c1..8ab29fc7 100644
--- a/kverbos/kverbos/kverbos.h
+++ b/kverbos/kverbos/kverbos.h
@@ -78,7 +78,7 @@ class KVerbosApp : public KMainWindow
bool doitStrict() const { return correctStrict; }
protected:
- /** save general Options like all bar positions and status as well as the geometry and the recent file list to the configuration
+ /** save general Options like all bar positions and status as well as the tqgeometry and the recent file list to the configuration
* file
*/
void saveOptions();
@@ -123,7 +123,7 @@ class KVerbosApp : public KMainWindow
virtual void readProperties(KConfig *_cfg);
signals:
- /** Dieses Signal zeigt dem Dokument an, dass die Statuszeile mit der richtigen
+ /** Dieses Signal zeigt dem Dokument an, dass die tqStatuszeile mit der richtigen
* Verbanzahl aktualisiert werden sollte.
*/
void testAnzahl(int);
@@ -164,15 +164,15 @@ class KVerbosApp : public KMainWindow
* current actions.
* @param text the text that is displayed in the statusbar
*/
- void slotStatusMsg(const TQString &text);
- /** Gibt die Anzahl der Verben in der Statuszeile aus */
- void slotStatusVerbMsg(int);
- /** Gibt die Anzahl der geübten Verben in der Statuszeile aus.
+ void slotqStatusMsg(const TQString &text);
+ /** Gibt die Anzahl der Verben in der tqStatuszeile aus */
+ void slotqStatusVerbMsg(int);
+ /** Gibt die Anzahl der geübten Verben in der tqStatuszeile aus.
*/
- void slotStatusTrainedMsg(int);
- /** Gibt die Anzahl der richtig eingegebenen Verben in der Statuszeile aus.
+ void slotqStatusTrainedMsg(int);
+ /** Gibt die Anzahl der richtig eingegebenen Verben in der tqStatuszeile aus.
*/
- void slotStatusCorrectMsg(int);
+ void slotqStatusCorrectMsg(int);
/** öffnet einen Dialog mit dem neue Verben erfasst werden können.
*/
void slotEditErfassen();