diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:23:37 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-04 02:12:12 +0200 |
commit | 4025314c2cc183656cf3c4db2681fbd2adaca268 (patch) | |
tree | a6737e3742c0c720199b38d54680ccc98b9cb3fc /ktux | |
parent | 82719e3d3766b49e507b4d0811133884f27c898e (diff) | |
download | tdetoys-4025314c2cc183656cf3c4db2681fbd2adaca268.tar.gz tdetoys-4025314c2cc183656cf3c4db2681fbd2adaca268.zip |
Rename obsolete tq methods to standard names
(cherry picked from commit 251c4d87e52794911ea960530258703584dfd93a)
Diffstat (limited to 'ktux')
-rw-r--r-- | ktux/sprite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktux/sprite.cpp b/ktux/sprite.cpp index a163e71..70ad751 100644 --- a/ktux/sprite.cpp +++ b/ktux/sprite.cpp @@ -85,7 +85,7 @@ KSpriteSetup::KSpriteSetup( TQWidget *parent, const char *name ) button = bbox->addButton(KStdGuiItem::cancel()); connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( reject() ) ); - bbox->tqlayout(); + bbox->layout(); tl->addWidget(bbox); tl->freeze(); |