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