From 44a28c50e84c12e283887ae790607c335bb54fa6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:01:18 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/svnfrontend/graphtree/revgraphview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/svnfrontend/graphtree/revgraphview.cpp') diff --git a/src/svnfrontend/graphtree/revgraphview.cpp b/src/svnfrontend/graphtree/revgraphview.cpp index 3099689..494c73a 100644 --- a/src/svnfrontend/graphtree/revgraphview.cpp +++ b/src/svnfrontend/graphtree/revgraphview.cpp @@ -944,7 +944,7 @@ void RevGraphView::setBasePath(const TQString&_path) void RevGraphView::slotClientException(const TQString&what) { - KMessageBox::sorry(TQT_TQWIDGET(KApplication::activeModalWidget()),what,i18n("SVN Error")); + KMessageBox::sorry(TQT_TQWIDGET(TDEApplication::activeModalWidget()),what,i18n("SVN Error")); } #include "revgraphview.moc" -- cgit v1.2.3