diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:26:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:26:07 -0600 |
commit | 43d99cc2477266cb9072e179137f0e8485370b3d (patch) | |
tree | 0d4d47e5497a1a1465edf8263f57b72725577239 /kwin/killer/killer.cpp | |
parent | 6354e6b3babad3ed0f5e314735bbbc01d1988eb2 (diff) | |
download | tdebase-43d99cc2477266cb9072e179137f0e8485370b3d.tar.gz tdebase-43d99cc2477266cb9072e179137f0e8485370b3d.zip |
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'kwin/killer/killer.cpp')
-rw-r--r-- | kwin/killer/killer.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kwin/killer/killer.cpp b/kwin/killer/killer.cpp index d348e48ff..716b829cc 100644 --- a/kwin/killer/killer.cpp +++ b/kwin/killer/killer.cpp @@ -28,7 +28,7 @@ DEALINGS IN THE SOFTWARE. #include <kprocess.h> #include <klocale.h> #include <unistd.h> -#include <kwin.h> +#include <twin.h> #include <X11/Xlib.h> static const KCmdLineOptions options[] = @@ -45,8 +45,8 @@ static const KCmdLineOptions options[] = int main( int argc, char* argv[] ) { - KLocale::setMainCatalogue( "kwin" ); // the messages are in kwin's .po file - KCmdLineArgs::init( argc, argv, "kwin_killer_helper", I18N_NOOP( "KWin" ), + KLocale::setMainCatalogue( "twin" ); // the messages are in twin's .po file + KCmdLineArgs::init( argc, argv, "twin_killer_helper", I18N_NOOP( "KWin" ), I18N_NOOP( "KWin helper utility" ), "1.0" ); KCmdLineArgs::addCmdLineOptions( options ); KApplication app; |