summaryrefslogtreecommitdiffstats
path: root/src/widgets/dblistviewbase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/dblistviewbase.cpp')
-rw-r--r--src/widgets/dblistviewbase.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/dblistviewbase.cpp b/src/widgets/dblistviewbase.cpp
index 4a22330..03a63d9 100644
--- a/src/widgets/dblistviewbase.cpp
+++ b/src/widgets/dblistviewbase.cpp
@@ -136,13 +136,13 @@ void DBListViewBase::keyPressEvent( TQKeyEvent *k )
return;
}
- kapp->processEvents(); //if auto-repeating, user won't otherwise see change in the listview
+ tdeApp->processEvents(); //if auto-repeating, user won't otherwise see change in the listview
activateNext();
k->accept();
break;
}
case TQt::Key_P: {
- kapp->processEvents(); //if auto-repeating, user won't otherwise see change in the listview
+ tdeApp->processEvents(); //if auto-repeating, user won't otherwise see change in the listview
activatePrev();
k->accept();
break;
@@ -166,7 +166,7 @@ void DBListViewBase::reload( ReloadFlags flag )
//m_progress->progressBar()->setPercentageVisible(false);
//m_progress->progressBar()->setTotalSteps( m_totalSteps );
//m_progress->show();
- //kapp->processEvents();
+ //tdeApp->processEvents();
//reset some things
clear();