summaryrefslogtreecommitdiffstats
path: root/korganizer/koapp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/koapp.cpp')
-rw-r--r--korganizer/koapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/koapp.cpp b/korganizer/koapp.cpp
index 49e2ec3a..8f9412ba 100644
--- a/korganizer/koapp.cpp
+++ b/korganizer/koapp.cpp
@@ -150,7 +150,7 @@ void KOrganizerApp::processCalendar( const KURL &url )
// Handle window activation
#if defined TQ_WS_X11 && ! defined K_WS_TQTONLY
- KStartupInfo::setNewStartupId( korg->topLevelWidget(), startupId() );
+ TDEStartupInfo::setNewStartupId( korg->topLevelWidget(), startupId() );
#endif
}