summaryrefslogtreecommitdiffstats
path: root/kdat/IndexDlg.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:14:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:14:52 -0600
commit1ad423d43bfed127171bdfe8685e1d957eecf957 (patch)
tree25727a855108dcdcaa0b9d37732beb5ec7ed6a08 /kdat/IndexDlg.cpp
parentf7e4bdd856bc418cebaaa7ad09010ab389fc4fbc (diff)
downloadtdeadmin-1ad423d43bfed127171bdfe8685e1d957eecf957.tar.gz
tdeadmin-1ad423d43bfed127171bdfe8685e1d957eecf957.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kdat/IndexDlg.cpp')
-rw-r--r--kdat/IndexDlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/IndexDlg.cpp b/kdat/IndexDlg.cpp
index 1d19d0a..20f2140 100644
--- a/kdat/IndexDlg.cpp
+++ b/kdat/IndexDlg.cpp
@@ -299,7 +299,7 @@ void IndexDlg::timerEvent( TQTimerEvent* )
if ( elapsed > oldElapsed )
{
updateStats();
- KApplication::kApplication()->processEvents();
+ TDEApplication::kApplication()->processEvents();
if ( _aborted ) {
break;
}