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 | a84ebeda75c853d69a02930d861f58b646dccc28 (patch) | |
tree | 23f67fe0a7abb4ed80f738e2a865dc765528b7ce /src/knemod/interfacestatisticsdialog.cpp | |
parent | c745472a20636092d8529f962135b0943ff11927 (diff) | |
download | knemo-a84ebeda75c853d69a02930d861f58b646dccc28.tar.gz knemo-a84ebeda75c853d69a02930d861f58b646dccc28.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knemo@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/knemod/interfacestatisticsdialog.cpp')
-rw-r--r-- | src/knemod/interfacestatisticsdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/knemod/interfacestatisticsdialog.cpp b/src/knemod/interfacestatisticsdialog.cpp index 0b07e76..7a317ac 100644 --- a/src/knemod/interfacestatisticsdialog.cpp +++ b/src/knemod/interfacestatisticsdialog.cpp @@ -36,8 +36,8 @@ * if we walk back in time, so better not play with the system date... */ -InterfaceStatisticsDialog::InterfaceStatisticsDialog( Interface* interface, TQWidget* tqparent, const char* name ) - : InterfaceStatisticsDlg( tqparent, name ), +InterfaceStatisticsDialog::InterfaceStatisticsDialog( Interface* interface, TQWidget* parent, const char* name ) + : InterfaceStatisticsDlg( parent, name ), mInterface( interface ) { setIcon( SmallIcon( "knemo" ) ); |