From 95e28f5bcadbf0ac052c4f29d77b4ab5e6648d1b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:24:38 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- vcs/cvsservice/cvspartimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcs/cvsservice/cvspartimpl.cpp') diff --git a/vcs/cvsservice/cvspartimpl.cpp b/vcs/cvsservice/cvspartimpl.cpp index 7bacf3e1..0210ad0a 100644 --- a/vcs/cvsservice/cvspartimpl.cpp +++ b/vcs/cvsservice/cvspartimpl.cpp @@ -785,7 +785,7 @@ bool CvsServicePartImpl::requestCvsService() TQCString appId; TQString error; - if (KApplication::startServiceByDesktopName( "cvsservice", + if (TDEApplication::startServiceByDesktopName( "cvsservice", TQStringList(), &error, &appId )) { TQString msg = i18n( "Unable to find the Cervisia KPart. \n" -- cgit v1.2.3