diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | de737d3d64188358ea9a7a474e1a6f90b41cb504 (patch) | |
tree | 957a6eb156b12c551c2f5e8b70413b8c61e4eec0 /kradio3/src/radiostation-config.cpp | |
parent | 2620ed602b1dc0a7bc3c3135ee12361b1af25405 (diff) | |
download | tderadio-de737d3d64188358ea9a7a474e1a6f90b41cb504.tar.gz tderadio-de737d3d64188358ea9a7a474e1a6f90b41cb504.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kradio@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kradio3/src/radiostation-config.cpp')
-rw-r--r-- | kradio3/src/radiostation-config.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kradio3/src/radiostation-config.cpp b/kradio3/src/radiostation-config.cpp index 9f191c8..677d798 100644 --- a/kradio3/src/radiostation-config.cpp +++ b/kradio3/src/radiostation-config.cpp @@ -26,8 +26,8 @@ #include "include/frequencyradiostation.h" -RadioStationConfig::RadioStationConfig(TQWidget *tqparent) - : TQWidget (tqparent) +RadioStationConfig::RadioStationConfig(TQWidget *parent) + : TQWidget (parent) { } @@ -39,8 +39,8 @@ RadioStationConfig::~RadioStationConfig() /////////////////////////////////////////////////////////////////////// -UndefinedRadioStationConfig::UndefinedRadioStationConfig (TQWidget *tqparent) - : RadioStationConfig(tqparent) +UndefinedRadioStationConfig::UndefinedRadioStationConfig (TQWidget *parent) + : RadioStationConfig(parent) { new TQLabel (i18n("I don't know how to edit this station"), this); } @@ -60,8 +60,8 @@ void UndefinedRadioStationConfig::storeStationData (RadioStation &/*rs*/) /////////////////////////////////////////////////////////////////////// -FrequencyRadioStationConfig::FrequencyRadioStationConfig (TQWidget *tqparent) - : RadioStationConfig(tqparent) +FrequencyRadioStationConfig::FrequencyRadioStationConfig (TQWidget *parent) + : RadioStationConfig(parent) { TQHBoxLayout *hl = new TQHBoxLayout(this); TQVBoxLayout *vl = new TQVBoxLayout(hl); |