diff options
Diffstat (limited to 'kpovmodeler/pminteriortextureedit.cpp')
-rw-r--r-- | kpovmodeler/pminteriortextureedit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pminteriortextureedit.cpp b/kpovmodeler/pminteriortextureedit.cpp index b13d3f7d..73f1e7e9 100644 --- a/kpovmodeler/pminteriortextureedit.cpp +++ b/kpovmodeler/pminteriortextureedit.cpp @@ -25,8 +25,8 @@ #include <klocale.h> -PMInteriorTextureEdit::PMInteriorTextureEdit( TQWidget* tqparent, const char* name ) - : Base( tqparent, name ) +PMInteriorTextureEdit::PMInteriorTextureEdit( TQWidget* parent, const char* name ) + : Base( parent, name ) { m_pDisplayedObject = 0; } |