summaryrefslogtreecommitdiffstats
path: root/twin/rules.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/rules.cpp')
-rw-r--r--twin/rules.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/rules.cpp b/twin/rules.cpp
index f3479f48f..6d2d66906 100644
--- a/twin/rules.cpp
+++ b/twin/rules.cpp
@@ -950,7 +950,7 @@ void Workspace::editWindowRules( Client* c, bool whole_app )
args << "--wid" << TQString::number( c->window());
if( whole_app )
args << "--whole-app";
- KApplication::tdeinitExec( "twin_rules_dialog", args );
+ TDEApplication::tdeinitExec( "twin_rules_dialog", args );
}
void Workspace::loadWindowRules()