summaryrefslogtreecommitdiffstats
path: root/kexi/kexiutils/styleproxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/kexiutils/styleproxy.cpp')
-rw-r--r--kexi/kexiutils/styleproxy.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/kexiutils/styleproxy.cpp b/kexi/kexiutils/styleproxy.cpp
index 56bf8391..54c34bd4 100644
--- a/kexi/kexiutils/styleproxy.cpp
+++ b/kexi/kexiutils/styleproxy.cpp
@@ -21,10 +21,10 @@
using namespace KexiUtils;
-StyleProxy::StyleProxy(TQStyle* tqparentStyle)
+StyleProxy::StyleProxy(TQStyle* parentStyle)
: TQStyle()
{
- setParentStyle(tqparentStyle);
+ setParentStyle(parentStyle);
}
StyleProxy::~StyleProxy()
@@ -37,7 +37,7 @@ void StyleProxy::setParentStyle(TQStyle* style)
m_style = TQStyleFactory::create(style->name());
}
-TQStyle* StyleProxy::tqparentStyle() const
+TQStyle* StyleProxy::parentStyle() const
{
return m_style;
}