summaryrefslogtreecommitdiffstats
path: root/kaffeine/src/input/audiobrowser/googlefetcherdialog.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commita488f17322d7ab91533147362613723797cbe2a5 (patch)
tree86da1beee8d526e5df26f5a0e53ae12ea3b92345 /kaffeine/src/input/audiobrowser/googlefetcherdialog.cpp
parent87d747592c0b39842626f7c8df6f552256ded6de (diff)
downloadkaffeine-a488f17322d7ab91533147362613723797cbe2a5.tar.gz
kaffeine-a488f17322d7ab91533147362613723797cbe2a5.zip
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kaffeine@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kaffeine/src/input/audiobrowser/googlefetcherdialog.cpp')
-rw-r--r--kaffeine/src/input/audiobrowser/googlefetcherdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaffeine/src/input/audiobrowser/googlefetcherdialog.cpp b/kaffeine/src/input/audiobrowser/googlefetcherdialog.cpp
index cf49424..fa6a2f4 100644
--- a/kaffeine/src/input/audiobrowser/googlefetcherdialog.cpp
+++ b/kaffeine/src/input/audiobrowser/googlefetcherdialog.cpp
@@ -59,7 +59,7 @@ GoogleFetcherDialog::GoogleFetcherDialog(const TQString &name,
m_iconWidget->arrangeItemsInGrid();
m_iconWidget->setItemsMovable(FALSE);
- TQHBox *imgSize = new TQHBox(actionButton(User1)->tqparentWidget());
+ TQHBox *imgSize = new TQHBox(actionButton(User1)->parentWidget());
//TQLabel *label = new TQLabel(imgSize);
//label->setText(i18n("Image size:"));