From fe52f645fd58a8c0309a37360507c1b13361a348 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 23:54:46 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/kdiff3_shell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kdiff3_shell.cpp') diff --git a/src/kdiff3_shell.cpp b/src/kdiff3_shell.cpp index cd6f08a..226b6c3 100644 --- a/src/kdiff3_shell.cpp +++ b/src/kdiff3_shell.cpp @@ -119,7 +119,7 @@ void KDiff3Shell::closeEvent(TQCloseEvent*e) { e->accept(); bool bFileSaved = ((KDiff3App*)m_part->widget())->isFileSaved(); - KApplication::exit( bFileSaved ? 0 : 1 ); + TDEApplication::exit( bFileSaved ? 0 : 1 ); } else e->ignore(); -- cgit v1.2.3