diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:53:09 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:53:09 -0600 |
commit | 105bb81f3eb8bed3da57b4e50b656f14847f64b0 (patch) | |
tree | 5f39434d4ff8a4e77c792b70f975e4572ec9b2fe /bibletime/frontend/cmdiarea.cpp | |
parent | 1a8e4954899e6abb0ed0953f3442922ec364dd0b (diff) | |
download | bibletime-105bb81f3eb8bed3da57b4e50b656f14847f64b0.tar.gz bibletime-105bb81f3eb8bed3da57b4e50b656f14847f64b0.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'bibletime/frontend/cmdiarea.cpp')
-rw-r--r-- | bibletime/frontend/cmdiarea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/frontend/cmdiarea.cpp b/bibletime/frontend/cmdiarea.cpp index dcb951a..3939717 100644 --- a/bibletime/frontend/cmdiarea.cpp +++ b/bibletime/frontend/cmdiarea.cpp @@ -90,7 +90,7 @@ void CMDIArea::childEvent( TQChildEvent * e ) { if (!windowList().count()) { m_appCaption = TQString(); - emit sigSetToplevelCaption( KApplication::kApplication()->makeStdCaption(m_appCaption) ); + emit sigSetToplevelCaption( TDEApplication::kApplication()->makeStdCaption(m_appCaption) ); emit sigLastPresenterClosed(); } |