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 | 6c8d760f1f7b0c1582ba4c7a0263a0ea0049ee21 (patch) | |
tree | 32289f314009a269903735db89973ac343e2bb64 /src/kbfxspinxtop.cpp | |
parent | 055401d5dbcb7a509b9d6a6414ba3fc55a23eb82 (diff) | |
download | kbfx-6c8d760f1f7b0c1582ba4c7a0263a0ea0049ee21.tar.gz kbfx-6c8d760f1f7b0c1582ba4c7a0263a0ea0049ee21.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kbfx@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kbfxspinxtop.cpp')
-rw-r--r-- | src/kbfxspinxtop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxspinxtop.cpp b/src/kbfxspinxtop.cpp index 5a4fdf3..d2a651a 100644 --- a/src/kbfxspinxtop.cpp +++ b/src/kbfxspinxtop.cpp @@ -21,7 +21,7 @@ #include "kbfxspinxtop.h" -KbfxSpinxTop::KbfxSpinxTop ( TQWidget * tqparent,const char * name ) :TQWidget ( tqparent,name,TQt::WNoAutoErase | WStaticContents | TQt::WPaintClever | TQt::WNoAutoErase ) +KbfxSpinxTop::KbfxSpinxTop ( TQWidget * parent,const char * name ) :TQWidget ( parent,name,TQt::WNoAutoErase | WStaticContents | TQt::WPaintClever | TQt::WNoAutoErase ) { m_background = ( *KbfxPlasmaPixmapProvider::pixmap ( "topbg" ) ); |