summaryrefslogtreecommitdiffstats
path: root/libreoffice/git_10_28_2011
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 21:52:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 21:52:45 -0600
commitec18d4e99fd89a10514f6dea8a4af3209b47be01 (patch)
tree79cb5fea5311758d9a8ba9be1c4ab41dc43de3d5 /libreoffice/git_10_28_2011
parent0233a7aae09c5c066b09e188649ccc10676fc1dc (diff)
downloadthirdparty-ec18d4e99fd89a10514f6dea8a4af3209b47be01.tar.gz
thirdparty-ec18d4e99fd89a10514f6dea8a4af3209b47be01.zip
Rename KStartup for enhanced compatibility with KDE4
Diffstat (limited to 'libreoffice/git_10_28_2011')
-rw-r--r--libreoffice/git_10_28_2011/patches/libreoffice-trinity.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/libreoffice/git_10_28_2011/patches/libreoffice-trinity.diff b/libreoffice/git_10_28_2011/patches/libreoffice-trinity.diff
index 984ccfa..d9ce39d 100644
--- a/libreoffice/git_10_28_2011/patches/libreoffice-trinity.diff
+++ b/libreoffice/git_10_28_2011/patches/libreoffice-trinity.diff
@@ -16096,10 +16096,10 @@ index 0000000..adeb628
+{
+ if( ! m_bStartupDone )
+ {
-+ KStartupInfo::appStarted();
++ TDEStartupInfo::appStarted();
+ m_bStartupDone = true;
+ #if OSL_DEBUG_LEVEL > 1
-+ fprintf( stderr, "called KStartupInfo::appStarted()\n" );
++ fprintf( stderr, "called TDEStartupInfo::appStarted()\n" );
+ #endif
+ }
+}