00001 /**************************************************************************** 00002 00003 KHotKeys 00004 00005 Copyright (C) 1999-2001 Lubos Lunak <l.lunak@kde.org> 00006 00007 Distributed under the terms of the GNU General Public License version 2. 00008 00009 ****************************************************************************/ 00010 00011 #ifndef _ACTIVATE_WINDOW_WIDGET_H_ 00012 #define _ACTIVATE_WINDOW_WIDGET_H_ 00013 00014 #include "windowdef_list_widget.h" 00015 00016 namespace KHotKeys 00017 { 00018 00019 typedef Windowdef_list_widget Activate_window_widget; 00020 typedef Activate_window_widget Activate_window_tab; 00021 00022 //*************************************************************************** 00023 // Inline 00024 //*************************************************************************** 00025 00026 } // namespace KHotKeys 00027 00028 #endif
1.6.1