diff options
Diffstat (limited to 'src/editorproxy.cpp')
-rw-r--r-- | src/editorproxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editorproxy.cpp b/src/editorproxy.cpp index 75e0ba13..f9ce2ab8 100644 --- a/src/editorproxy.cpp +++ b/src/editorproxy.cpp @@ -41,7 +41,7 @@ EditorProxy::EditorProxy() { m_delayedLineTimer = new TQTimer( this ); connect( m_delayedLineTimer, TQ_SIGNAL( timeout() ), this, TQ_SLOT(setLineNumberDelayed()) ); - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); m_delayedViewCreationCompatibleUI = true; |