From e4e0479220e9e9616b68b2a11e42cff7a8af7b3d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:17:06 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- twin/workspace.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'twin/workspace.cpp') 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) ); } /*! -- cgit v1.2.3