summaryrefslogtreecommitdiffstats
path: root/amarok/src/collectionbrowser.h
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
commite8cac8c2717e721ff20d518f3b9acd0831048bbd (patch)
tree9ba67d9c0df98a2aeb88e9e7c015dd3e86153d7b /amarok/src/collectionbrowser.h
parent324094a18c888423212bcdafa8f4c68ace73d770 (diff)
downloadamarok-e8cac8c2717e721ff20d518f3b9acd0831048bbd.tar.gz
amarok-e8cac8c2717e721ff20d518f3b9acd0831048bbd.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/amarok@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'amarok/src/collectionbrowser.h')
-rw-r--r--amarok/src/collectionbrowser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/amarok/src/collectionbrowser.h b/amarok/src/collectionbrowser.h
index dd09facc..d0a7b4b8 100644
--- a/amarok/src/collectionbrowser.h
+++ b/amarok/src/collectionbrowser.h
@@ -80,7 +80,7 @@ class CollectionBrowser: public TQVBox
void slotEditFilter();
private:
- void tqlayoutToolbar();
+ void layoutToolbar();
void ipodToolbar( bool activate );
void appendSearchResults();
@@ -315,8 +315,8 @@ class CollectionView : public KListView, public DropProxyTarget
void cacheView();
void restoreView();
- //Used to store the name of an item (and its tqparents), so it can be recalled later
- //even if the pointer to the item has been tqinvalidated.
+ //Used to store the name of an item (and its parents), so it can be recalled later
+ //even if the pointer to the item has been invalidated.
TQStringList makeStructuredNameList( TQListViewItem* ) const;
TQListViewItem* findFromStructuredNameList( const TQStringList& ) const;