summaryrefslogtreecommitdiffstats
path: root/digikam/digikam/albumfolderview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/digikam/albumfolderview.cpp')
-rw-r--r--digikam/digikam/albumfolderview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/digikam/albumfolderview.cpp b/digikam/digikam/albumfolderview.cpp
index 47eb593..7a15e09 100644
--- a/digikam/digikam/albumfolderview.cpp
+++ b/digikam/digikam/albumfolderview.cpp
@@ -343,7 +343,7 @@ void AlbumFolderView::slotTextFolderFilterChanged(const TQString& filter)
bool doesExpand = false;
if (!match)
{
- // check if any of the tqparents match the search
+ // check if any of the parents match the search
Album* tqparent = palbum->tqparent();
while (tqparent && !tqparent->isRoot())
{
@@ -1216,7 +1216,7 @@ void AlbumFolderView::contentsDropEvent(TQDropEvent *e)
ImageInfo* item;
for (ImageInfoListIterator it(extImgInfList); (item = it.current()) ; ++it)
{
- AlbumLister::instance()->tqinvalidateItem(item);
+ AlbumLister::instance()->invalidateItem(item);
}
break;
}