summaryrefslogtreecommitdiffstats
path: root/klinkstatus/src/utils/xsl.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-20 19:39:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-20 21:02:39 +0900
commitf989443912807e83607d0bb08a6ff7889632cf17 (patch)
treed58e2ad3c6caae9e0105b30c6a80b0c2cd17c0b4 /klinkstatus/src/utils/xsl.cpp
parentba0eac4558cc2044486988c42039afa274a7db87 (diff)
downloadtdewebdev-f989443912807e83607d0bb08a6ff7889632cf17.tar.gz
tdewebdev-f989443912807e83607d0bb08a6ff7889632cf17.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'klinkstatus/src/utils/xsl.cpp')
-rw-r--r--klinkstatus/src/utils/xsl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/klinkstatus/src/utils/xsl.cpp b/klinkstatus/src/utils/xsl.cpp
index 69366c5f..8ec1352f 100644
--- a/klinkstatus/src/utils/xsl.cpp
+++ b/klinkstatus/src/utils/xsl.cpp
@@ -141,7 +141,7 @@ TQString KopeteXSLThread::xsltTransform( const TQString &xmlString, xsltStyleshe
{
if ( styleSheet )
{
- static TQCString appPath( TQString::fromLatin1("\"%1\"").arg( TDEApplication::kApplication()->dirs()->findDirs("appdata", TQString::fromLatin1("styles/data") ).front() ).utf8() );
+ static TQCString appPath( TQString::fromLatin1("\"%1\"").arg( tdeApp->dirs()->findDirs("appdata", TQString::fromLatin1("styles/data") ).front() ).utf8() );
static const char* params[3] = {
"appdata",