summaryrefslogtreecommitdiffstats
path: root/twin/workspace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/workspace.cpp')
-rw-r--r--twin/workspace.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/workspace.cpp b/twin/workspace.cpp
index cc109918c..16f722634 100644
--- a/twin/workspace.cpp
+++ b/twin/workspace.cpp
@@ -999,7 +999,7 @@ void Workspace::reconfigure()
void Workspace::slotSettingsChanged(int category)
{
kdDebug(1212) << "Workspace::slotSettingsChanged()" << endl;
- if( category == (int) KApplication::SETTINGS_SHORTCUTS )
+ if( category == (int) TDEApplication::SETTINGS_SHORTCUTS )
readShortcuts();
}
@@ -1220,7 +1220,7 @@ TQStringList Workspace::configModules(bool controlCenter)
void Workspace::configureWM()
{
- KApplication::tdeinitExec( "kcmshell", configModules(false) );
+ TDEApplication::tdeinitExec( "kcmshell", configModules(false) );
}
/*!