From 746abe84406ed1ec1a8dc68f29ce0ab8322ccc80 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:55:10 -0600 Subject: Remove additional unneeded tq method conversions --- kverbos/kverbos/kverbos.h | 2 +- kverbos/kverbos/kverbosdoc.cpp | 2 +- kverbos/kverbos/kverbosdoc.h | 2 +- kverbos/kverbos/qerfassen.ui | 8 ++++---- kverbos/kverbos/qlernen.ui | 6 +++--- kverbos/kverbos/qresult.ui | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'kverbos') diff --git a/kverbos/kverbos/kverbos.h b/kverbos/kverbos/kverbos.h index 505e28f9..39635496 100644 --- a/kverbos/kverbos/kverbos.h +++ b/kverbos/kverbos/kverbos.h @@ -79,7 +79,7 @@ class KVerbosApp : public KMainWindow bool doitStrict() const { return correctStrict; } protected: - /** save general Options like all bar positions and status as well as the tqgeometry and the recent file list to the configuration + /** save general Options like all bar positions and status as well as the geometry and the recent file list to the configuration * file */ void saveOptions(); diff --git a/kverbos/kverbos/kverbosdoc.cpp b/kverbos/kverbos/kverbosdoc.cpp index 58f3c510..5856ea55 100644 --- a/kverbos/kverbos/kverbosdoc.cpp +++ b/kverbos/kverbos/kverbosdoc.cpp @@ -92,7 +92,7 @@ void KVerbosDoc::slotUpdateAllViews(KVerbosView *sender) if(pViewList) for(w=pViewList->first(); w!=0; w=pViewList->next()) if(w!=sender) - w->tqrepaint(); + w->repaint(); } bool KVerbosDoc::saveModified() diff --git a/kverbos/kverbos/kverbosdoc.h b/kverbos/kverbos/kverbosdoc.h index 0795e823..b80eb15b 100644 --- a/kverbos/kverbos/kverbosdoc.h +++ b/kverbos/kverbos/kverbosdoc.h @@ -141,7 +141,7 @@ class KVerbosDoc : public TQObject public slots: /** - * calls tqrepaint() on all views connected to the document object and is called by the view by which the document has been changed. + * 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. */ void slotUpdateAllViews(KVerbosView *sender); diff --git a/kverbos/kverbos/qerfassen.ui b/kverbos/kverbos/qerfassen.ui index 9717e9f5..3b6b770b 100644 --- a/kverbos/kverbos/qerfassen.ui +++ b/kverbos/kverbos/qerfassen.ui @@ -65,7 +65,7 @@ und in die Liste aufgenommen wird. Verb: - + AlignVCenter|AlignLeft @@ -83,7 +83,7 @@ und in die Liste aufgenommen wird. In the foreign language: - + AlignVCenter|AlignRight @@ -240,7 +240,7 @@ und in die Liste aufgenommen wird. gerundio: - + AlignVCenter|AlignRight @@ -258,7 +258,7 @@ und in die Liste aufgenommen wird. participio: - + AlignVCenter|AlignRight diff --git a/kverbos/kverbos/qlernen.ui b/kverbos/kverbos/qlernen.ui index c963079b..2b638d50 100644 --- a/kverbos/kverbos/qlernen.ui +++ b/kverbos/kverbos/qlernen.ui @@ -63,7 +63,7 @@ The user learns with this GUI. Verb: - + AlignVCenter|AlignRight @@ -98,7 +98,7 @@ The user learns with this GUI. In the foreign language: - + AlignVCenter|AlignRight @@ -650,7 +650,7 @@ The user learns with this GUI. Result: - + AlignCenter diff --git a/kverbos/kverbos/qresult.ui b/kverbos/kverbos/qresult.ui index 48b9b087..83aed35d 100644 --- a/kverbos/kverbos/qresult.ui +++ b/kverbos/kverbos/qresult.ui @@ -92,7 +92,7 @@ User: - + AlignVCenter|AlignRight @@ -129,7 +129,7 @@ Number of training sessions: - + AlignVCenter|AlignRight -- cgit v1.2.1