diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:09:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:09:22 -0600 |
commit | bc48dbcc61e0c39023cc81c09f716d2ed8158648 (patch) | |
tree | 46364f015a495db0431ee52e35da2b81b0354522 /kbfxlib/common/kbfxpixmaplabel.cpp | |
parent | b5e89dd08b51b46ea43e036ac11dba55ea80fc72 (diff) | |
download | kbfx-bc48dbcc61e0c39023cc81c09f716d2ed8158648.tar.gz kbfx-bc48dbcc61e0c39023cc81c09f716d2ed8158648.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'kbfxlib/common/kbfxpixmaplabel.cpp')
-rw-r--r-- | kbfxlib/common/kbfxpixmaplabel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbfxlib/common/kbfxpixmaplabel.cpp b/kbfxlib/common/kbfxpixmaplabel.cpp index 25f43bc..b563f91 100644 --- a/kbfxlib/common/kbfxpixmaplabel.cpp +++ b/kbfxlib/common/kbfxpixmaplabel.cpp @@ -29,7 +29,7 @@ KbfxPixmapLabel::KbfxPixmapLabel ( TQWidget *parent, const char *name, WFlags fl setFrameShape ( TQLabel::LineEditPanel ); setFrameShadow ( TQLabel::Plain ); setScaledContents ( FALSE ); - tqsetAlignment ( int ( TQLabel::WordBreak | TQLabel::AlignCenter ) ); + setAlignment ( int ( TQLabel::WordBreak | TQLabel::AlignCenter ) ); setMouseTracking ( TRUE ); } @@ -43,7 +43,7 @@ void KbfxPixmapLabel::normalize () setFrameShape ( TQLabel::NoFrame ); setFrameShadow ( TQLabel::Plain ); setScaledContents ( FALSE ); - tqsetAlignment ( int ( TQLabel::WordBreak | TQLabel::AlignCenter ) ); + setAlignment ( int ( TQLabel::WordBreak | TQLabel::AlignCenter ) ); } /* processing drag events over label */ |