diff options
author | Michele Calgaro <[email protected]> | 2020-01-11 11:31:41 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-01-30 11:40:13 +0900 |
commit | 062d81f2fca55d3731d3b3ff6f323f69afbcc469 (patch) | |
tree | 790026945cca5b62aafa0103dfe6925ad81537f5 /kdesktop/kxdglauncher.h | |
parent | b48ed89e853087b2ba43b7eec1dad65d418daeae (diff) | |
download | tdebase-062d81f2fca55d3731d3b3ff6f323f69afbcc469.tar.gz tdebase-062d81f2fca55d3731d3b3ff6f323f69afbcc469.zip |
Removed kxdglauncher which is now no longer required.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f8a93efe769e5002d3e3f80fb301b2464f379343)
Diffstat (limited to 'kdesktop/kxdglauncher.h')
-rw-r--r-- | kdesktop/kxdglauncher.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/kdesktop/kxdglauncher.h b/kdesktop/kxdglauncher.h deleted file mode 100644 index 8f487e88e..000000000 --- a/kdesktop/kxdglauncher.h +++ /dev/null @@ -1,25 +0,0 @@ -/* This file is part of the KDE project - Copyright (c) 2003 Oswald Buddenhagen <[email protected]> - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ - -#ifndef _MAIN_H -#define _MAIN_H - -#include <tdeapplication.h> - -#endif |