diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-11 11:31:41 +0900 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-01-30 01:59:59 +0000 |
commit | f8a93efe769e5002d3e3f80fb301b2464f379343 (patch) | |
tree | d152d673625be7de370875a03149d47782f6c876 /kdesktop/kxdglauncher.h | |
parent | b52ef67d4a2208dfd9ea6c7618cbbc05c85c02f3 (diff) | |
download | tdebase-f8a93efe769e5002d3e3f80fb301b2464f379343.tar.gz tdebase-f8a93efe769e5002d3e3f80fb301b2464f379343.zip |
Removed kxdglauncher which is now no longer required.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 <ossi@kde.org> - - 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 |