diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:30:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:30:08 -0600 |
commit | f61f056943a68ecc5fa7e7789a7b9c82901a9157 (patch) | |
tree | 799817257250d71692535da8bd6e8aa3b3519b3f /kbfxlib/common/kbfxpixmaplabel.cpp | |
parent | 7e48847d0a084b6ff3a5d0eeb4a3c1b975cda4e5 (diff) | |
download | kbfx-f61f056943a68ecc5fa7e7789a7b9c82901a9157.tar.gz kbfx-f61f056943a68ecc5fa7e7789a7b9c82901a9157.zip |
Rename a number of old tq methods that are no longer tq specific
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 */ |