summaryrefslogtreecommitdiffstats
path: root/src/kdiff3_shell.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:54:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:54:46 -0600
commitfe52f645fd58a8c0309a37360507c1b13361a348 (patch)
treed89a335f7e9331a367e66b388e2e29cbf40be159 /src/kdiff3_shell.cpp
parentc8fc7b9d459cfe043934f86dd3e0af7bf8ecccf7 (diff)
downloadkdiff3-fe52f645fd58a8c0309a37360507c1b13361a348.tar.gz
kdiff3-fe52f645fd58a8c0309a37360507c1b13361a348.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/kdiff3_shell.cpp')
-rw-r--r--src/kdiff3_shell.cpp2
1 files changed, 1 insertions, 1 deletions
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();