diff options
Diffstat (limited to 'kpovmodeler/pmglview.h')
-rw-r--r-- | kpovmodeler/pmglview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmglview.h b/kpovmodeler/pmglview.h index a330afba..9f1035af 100644 --- a/kpovmodeler/pmglview.h +++ b/kpovmodeler/pmglview.h @@ -336,7 +336,7 @@ private: /** * Repaints the view */ - void repaint( bool graphicalChange = false ); + void tqrepaint( bool graphicalChange = false ); /** * Starts a graphical change */ @@ -568,7 +568,7 @@ public: }; /** - * Configuration widget for the view layout settings dialog + * Configuration widget for the view tqlayout settings dialog */ class PMGLViewOptionsWidget : public PMViewOptionsWidget { |