From 1ad423d43bfed127171bdfe8685e1d957eecf957 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:14:52 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kdat/IndexDlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdat/IndexDlg.cpp') 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; } -- cgit v1.2.3