diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-21 14:25:02 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-21 14:25:02 +0900 |
| commit | a162a4515bdc59f7b9cbedf216d433c67e508b06 (patch) | |
| tree | d6201bcb6a1147c3fdc678efeb1e4c44629e7679 /src/svnfrontend/graphtree/revgraphview.cpp | |
| parent | ff23b63144c6f8d27fbefb9c098155c769719d58 (diff) | |
| download | tdesvn-a162a4515bdc59f7b9cbedf216d433c67e508b06.tar.gz tdesvn-a162a4515bdc59f7b9cbedf216d433c67e508b06.zip | |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/svnfrontend/graphtree/revgraphview.cpp')
| -rw-r--r-- | src/svnfrontend/graphtree/revgraphview.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/svnfrontend/graphtree/revgraphview.cpp b/src/svnfrontend/graphtree/revgraphview.cpp index 03c1c91..1a69323 100644 --- a/src/svnfrontend/graphtree/revgraphview.cpp +++ b/src/svnfrontend/graphtree/revgraphview.cpp @@ -901,7 +901,7 @@ void RevGraphView::makeCat(GraphTreeLabel*_l) } svn::Revision tr(it.data().rev); TQString tp = _basePath+it.data().name; - emit makeCat(tr,tp,it.data().name,tr,kapp->activeModalWidget()); + emit makeCat(tr,tp,it.data().name,tr,tdeApp->activeModalWidget()); } void RevGraphView::makeDiffPrev(GraphTreeLabel*_l) @@ -931,9 +931,9 @@ void RevGraphView::makeDiff(const TQString&n1,const TQString&n2) svn::Revision tr(it.data().rev); TQString tp = _basePath+it.data().name; if (Kdesvnsettings::tree_diff_rec()) { - emit makeRecDiff(sp,sr,tp,tr,kapp->activeModalWidget()); + emit makeRecDiff(sp,sr,tp,tr,tdeApp->activeModalWidget()); } else { - emit makeNorecDiff(sp,sr,tp,tr,kapp->activeModalWidget()); + emit makeNorecDiff(sp,sr,tp,tr,tdeApp->activeModalWidget()); } } |
