summaryrefslogtreecommitdiffstats
path: root/ksim/generalprefs.cpp
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
commit625904bd3097f9749450428904ca14ff2531824d (patch)
treea45c43d5de71cb720078fa1272a4339815a919be /ksim/generalprefs.cpp
parent6335dc55802871b5a43492f217b6edbb420204c4 (diff)
downloadtdeutils-625904bd3097f9749450428904ca14ff2531824d.tar.gz
tdeutils-625904bd3097f9749450428904ca14ff2531824d.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksim/generalprefs.cpp')
-rw-r--r--ksim/generalprefs.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/ksim/generalprefs.cpp b/ksim/generalprefs.cpp
index f335d0f..3727b1f 100644
--- a/ksim/generalprefs.cpp
+++ b/ksim/generalprefs.cpp
@@ -40,8 +40,8 @@
#include <ksimconfig.h>
-KSim::GeneralPrefs::GeneralPrefs(TQWidget *tqparent, const char *name)
- : TQWidget(tqparent, name)
+KSim::GeneralPrefs::GeneralPrefs(TQWidget *parent, const char *name)
+ : TQWidget(parent, name)
{
m_mainLayout = new TQGridLayout(this);
m_mainLayout->setSpacing(6);
@@ -122,8 +122,8 @@ void KSim::GeneralPrefs::readConfig(KSim::Config *config)
m_recolourThemes->setChecked(config->reColourThemes());
}
-KSim::ClockPrefs::ClockPrefs(TQWidget *tqparent, const char *name)
- : TQWidget(tqparent, name)
+KSim::ClockPrefs::ClockPrefs(TQWidget *parent, const char *name)
+ : TQWidget(parent, name)
{
m_mainLayout = new TQVBoxLayout(this);
m_mainLayout->setSpacing(6);
@@ -157,8 +157,8 @@ void KSim::ClockPrefs::readConfig(KSim::Config *config)
m_dateCheck->setChecked(config->showDate());
}
-KSim::UptimePrefs::UptimePrefs(TQWidget *tqparent, const char *name)
- : TQWidget(tqparent, name)
+KSim::UptimePrefs::UptimePrefs(TQWidget *parent, const char *name)
+ : TQWidget(parent, name)
{
m_addIcon = SmallIconSet("filenew");
m_removeIcon = SmallIconSet("editdelete");
@@ -294,8 +294,8 @@ void KSim::UptimePrefs::removeUptimeItem()
m_uptimeCombo->setCurrentItem(currentItem - 1);
}
-KSim::MemoryPrefs::MemoryPrefs(TQWidget *tqparent, const char *name)
- : TQWidget(tqparent, name)
+KSim::MemoryPrefs::MemoryPrefs(TQWidget *parent, const char *name)
+ : TQWidget(parent, name)
{
m_addIcon = SmallIconSet("filenew");
m_removeIcon = SmallIconSet("editdelete");
@@ -442,8 +442,8 @@ void KSim::MemoryPrefs::removeMemoryItem()
m_memCombo->setCurrentItem(currentItem - 1);
}
-KSim::SwapPrefs::SwapPrefs(TQWidget *tqparent, const char *name)
- : TQWidget(tqparent, name)
+KSim::SwapPrefs::SwapPrefs(TQWidget *parent, const char *name)
+ : TQWidget(parent, name)
{
m_addIcon = SmallIconSet("filenew");
m_removeIcon = SmallIconSet("editdelete");