summaryrefslogtreecommitdiffstats
path: root/style/config
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit590a0236a5e98ae1ea8460ef8086b315b9130921 (patch)
tree314d93a52271ee9a2346a2615b6ab79883325f99 /style/config
parentf1a1c11c4d8dff7be49de6d27f6acfe96f199de3 (diff)
downloadtde-style-lipstik-590a0236a5e98ae1ea8460ef8086b315b9130921.tar.gz
tde-style-lipstik-590a0236a5e98ae1ea8460ef8086b315b9130921.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-lipstik@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'style/config')
-rw-r--r--style/config/lipstikconf.cpp6
-rw-r--r--style/config/lipstikconf.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/style/config/lipstikconf.cpp b/style/config/lipstikconf.cpp
index 36f2c56..94f0b18 100644
--- a/style/config/lipstikconf.cpp
+++ b/style/config/lipstikconf.cpp
@@ -47,14 +47,14 @@ DEALINGS IN THE SOFTWARE.
extern "C"
{
- TQWidget* allocate_kstyle_config(TQWidget* tqparent)
+ TQWidget* allocate_kstyle_config(TQWidget* parent)
{
KGlobal::locale()->insertCatalogue("kstyle_lipstik_config");
- return new LipstikStyleConfig(tqparent);
+ return new LipstikStyleConfig(parent);
}
}
-LipstikStyleConfig::LipstikStyleConfig(TQWidget* tqparent): TQWidget(tqparent)
+LipstikStyleConfig::LipstikStyleConfig(TQWidget* parent): TQWidget(parent)
{
TQVBoxLayout* tqlayout = new TQVBoxLayout(this, 0, 0);
TQGridLayout* tabLayout = new TQGridLayout(this, 2, 1, 10);
diff --git a/style/config/lipstikconf.h b/style/config/lipstikconf.h
index 8171972..2254649 100644
--- a/style/config/lipstikconf.h
+++ b/style/config/lipstikconf.h
@@ -38,7 +38,7 @@ class LipstikStyleConfig: public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- LipstikStyleConfig(TQWidget* tqparent);
+ LipstikStyleConfig(TQWidget* parent);
~LipstikStyleConfig();
//This signal and the next two slots are the plugin