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 | 631d7b9b0878ca3842496b5719f9c5803335e150 (patch) | |
tree | d09fe0c8cd6edfd28c9c7947b0af60ccc75fbb8d /src/systemtray.cpp | |
parent | 33f08e93132a53bf14f41f5f1e567eeea832b336 (diff) | |
download | basket-631d7b9b0878ca3842496b5719f9c5803335e150.tar.gz basket-631d7b9b0878ca3842496b5719f9c5803335e150.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/basket@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/systemtray.cpp')
-rw-r--r-- | src/systemtray.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/systemtray.cpp b/src/systemtray.cpp index 99a87fd..52e0f47 100644 --- a/src/systemtray.cpp +++ b/src/systemtray.cpp @@ -51,8 +51,8 @@ #include "global.h" #include "tools.h" -KSystemTray2::KSystemTray2(TQWidget *tqparent, const char *name) - : KSystemTray(tqparent, name) +KSystemTray2::KSystemTray2(TQWidget *parent, const char *name) + : KSystemTray(parent, name) { } @@ -194,8 +194,8 @@ void KSystemTray2::displayCloseMessage(TQString fileMenu) /** SystemTray */ -SystemTray::SystemTray(TQWidget *tqparent, const char *name) - : KSystemTray2(tqparent, name != 0 ? name : "SystemTray"), m_showTimer(0), m_autoShowTimer(0) +SystemTray::SystemTray(TQWidget *parent, const char *name) + : KSystemTray2(parent, name != 0 ? name : "SystemTray"), m_showTimer(0), m_autoShowTimer(0) { setAcceptDrops(true); |