mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
generic: normalize include guards
This commit is contained in:
parent
f64673c9ea
commit
e05886723a
63 changed files with 126 additions and 126 deletions
|
@ -17,8 +17,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef __kbzip2filter__h
|
||||
#define __kbzip2filter__h
|
||||
#ifndef KBZIP2FILTER_H
|
||||
#define KBZIP2FILTER_H
|
||||
|
||||
#include <config-compression.h>
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef __kfilterbase__h
|
||||
#define __kfilterbase__h
|
||||
#ifndef KFILTERBASE_H
|
||||
#define KFILTERBASE_H
|
||||
|
||||
#include <karchive_export.h>
|
||||
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
#ifndef __kfilterdev_h
|
||||
#define __kfilterdev_h
|
||||
#ifndef KFILTERDEV_H
|
||||
#define KFILTERDEV_H
|
||||
|
||||
#include <karchive_export.h>
|
||||
#include <QtCore/QIODevice>
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef __kgzipfilter__h
|
||||
#define __kgzipfilter__h
|
||||
#ifndef KGZIPFILTER_H
|
||||
#define KGZIPFILTER_H
|
||||
|
||||
#include "kfilterbase.h"
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef klimitediodevice_p_h
|
||||
#define klimitediodevice_p_h
|
||||
#ifndef KLIMITEDIODEVICE_P_H
|
||||
#define KLIMITEDIODEVICE_P_H
|
||||
|
||||
#include <kdebug.h>
|
||||
#include <QtCore/QIODevice>
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef ktemporaryfile_h
|
||||
#define ktemporaryfile_h
|
||||
#ifndef KTEMPORARYFILE_H
|
||||
#define KTEMPORARYFILE_H
|
||||
|
||||
#include <kdecore_export.h>
|
||||
#include <kglobal.h>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef kurl_h
|
||||
#define kurl_h
|
||||
#ifndef KURL_H
|
||||
#define KURL_H
|
||||
|
||||
#include <kdecore_export.h>
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
#ifndef kprotocolinfofactory_h
|
||||
#define kprotocolinfofactory_h
|
||||
#ifndef KPROTOCOLINFOFACTORY_H
|
||||
#define KPROTOCOLINFOFACTORY_H
|
||||
|
||||
#include "kprotocolinfo.h"
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef kautosavefiletest_h
|
||||
#define kautosavefiletest_h
|
||||
#ifndef KAUTOSAVEFILETEST_H
|
||||
#define KAUTOSAVEFILETEST_H
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QStringList>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef ksavefiletest_h
|
||||
#define ksavefiletest_h
|
||||
#ifndef KSAVEFILETEST_H
|
||||
#define KSAVEFILETEST_H
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QStringList>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef kstandarddirstest_h
|
||||
#define kstandarddirstest_h
|
||||
#ifndef KSTANDARDDIRSTEST_H
|
||||
#define KSTANDARDDIRSTEST_H
|
||||
|
||||
#include <QtCore/QObject>
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ This file is part of the KDE libraries
|
|||
This file has been placed in the Public Domain.
|
||||
*/
|
||||
|
||||
#ifndef ktemporaryfiletest_h
|
||||
#define ktemporaryfiletest_h
|
||||
#ifndef KTEMPORARYFILETEST_H
|
||||
#define KTEMPORARYFILETEST_H
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QString>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef kurltest_h
|
||||
#define kurltest_h
|
||||
#ifndef KURLTEST_H
|
||||
#define KURLTEST_H
|
||||
|
||||
#include <QtCore/QObject>
|
||||
|
||||
|
|
|
@ -81,8 +81,8 @@
|
|||
* <a href="http://sourceforge.net/projects/loki-lib/">http://sourceforge.net/projects/loki-lib/</a>
|
||||
*/
|
||||
|
||||
#ifndef ktypelist_h
|
||||
#define ktypelist_h
|
||||
#ifndef KTYPELIST_H
|
||||
#define KTYPELIST_H
|
||||
|
||||
/**
|
||||
* @name Typelist macros
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef kglobalsettingstest_h
|
||||
#define kglobalsettingstest_h
|
||||
#ifndef KGLOBALSETTINGSTEST_H
|
||||
#define KGLOBALSETTINGSTEST_H
|
||||
|
||||
#include <QtCore/QObject>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef kledtest_h
|
||||
#define kledtest_h
|
||||
#ifndef KLEDTEST_H
|
||||
#define KLEDTEST_H
|
||||
|
||||
#include <QtGui/QWidget>
|
||||
#include <QtCore/QTimer>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* -*- c++ -*- */
|
||||
|
||||
#ifndef krulertest_h
|
||||
#define krulertest_h
|
||||
#ifndef KRULERTEST_H
|
||||
#define KRULERTEST_H
|
||||
|
||||
#include <QtGui/QCheckBox>
|
||||
#include <QtGui/QRadioButton>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef test_kstatusbar_h
|
||||
#define test_kstatusbar_h
|
||||
#ifndef TEST_KSTATUSBAR_H
|
||||
#define TEST_KSTATUSBAR_H
|
||||
|
||||
#include <kmenubar.h>
|
||||
#include <kstatusbar.h>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef ktreewidgetsearchlinetest_h
|
||||
#define ktreewidgetsearchlinetest_h
|
||||
#ifndef KTREEWIDGETSEARCHLINETEST_H
|
||||
#define KTREEWIDGETSEARCHLINETEST_H
|
||||
|
||||
#include <kdialog.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef testwindow_h
|
||||
#define testwindow_h
|
||||
#ifndef TESTWINDOW_H
|
||||
#define TESTWINDOW_H
|
||||
|
||||
#include <QtCore/QTimer>
|
||||
#include <QtGui/QProgressBar>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
Many thanks to Simon tronical Hausmann
|
||||
*/
|
||||
|
||||
#ifndef kguiitem_h
|
||||
#define kguiitem_h
|
||||
#ifndef KGUIITEM_H
|
||||
#define KGUIITEM_H
|
||||
|
||||
#include <QtCore/QString>
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef kstandardguiitem_h
|
||||
#define kstandardguiitem_h
|
||||
#ifndef KSTANDARDGUIITEM_H
|
||||
#define KSTANDARDGUIITEM_H
|
||||
|
||||
#include <kdeui_export.h>
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef kwordwrap_h
|
||||
#define kwordwrap_h
|
||||
#ifndef KWORDWRAP_H
|
||||
#define KWORDWRAP_H
|
||||
|
||||
#include <kdeui_export.h>
|
||||
#include <QtCore/Qt>
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef kcharselect_h
|
||||
#define kcharselect_h
|
||||
#ifndef KCHARSELECT_H
|
||||
#define KCHARSELECT_H
|
||||
|
||||
#include <QtCore/QString>
|
||||
#include <QtCore/QStringList>
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#ifndef netwm_h
|
||||
#define netwm_h
|
||||
#ifndef NETWM_H
|
||||
#define NETWM_H
|
||||
|
||||
#include <kdeui_export.h>
|
||||
#include <QtGui/QWidget>
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
|
||||
*/
|
||||
|
||||
#ifndef netwm_def_h
|
||||
#define netwm_def_h
|
||||
#ifndef NETWM_DEF_H
|
||||
#define NETWM_DEF_H
|
||||
#include <kdeui_export.h>
|
||||
|
||||
/**
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#ifndef netwm_p_h
|
||||
#define netwm_p_h
|
||||
#ifndef NETWM_P_H
|
||||
#define NETWM_P_H
|
||||
|
||||
/**
|
||||
Resizable array class.
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#ifndef kmenumenuhandler_p_h
|
||||
#define kmenumenuhandler_p_h
|
||||
#ifndef KMENUMENUHANDLER_P_H
|
||||
#define KMENUMENUHANDLER_P_H
|
||||
|
||||
|
||||
#include <QObject>
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
#ifndef kxmlguibuilder_h
|
||||
#define kxmlguibuilder_h
|
||||
#ifndef KXMLGUIBUILDER_H
|
||||
#define KXMLGUIBUILDER_H
|
||||
|
||||
#include <kdeui_export.h>
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef kxmlguifactory_h
|
||||
#define kxmlguifactory_h
|
||||
#ifndef KXMLGUIFACTORY_H
|
||||
#define KXMLGUIFACTORY_H
|
||||
|
||||
#include <kdeui_export.h>
|
||||
#include <kcomponentdata.h>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
#ifndef kxmlguifactory_p_h
|
||||
#define kxmlguifactory_p_h
|
||||
#ifndef KXMLGUIFACTORY_P_H
|
||||
#define KXMLGUIFACTORY_P_H
|
||||
|
||||
#include <QtCore/QStringList>
|
||||
#include <QtCore/QMap>
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
#ifndef __kbookmark_h
|
||||
#define __kbookmark_h
|
||||
#ifndef KBOOKMARK_H
|
||||
#define KBOOKMARK_H
|
||||
|
||||
#include <kio/kio_export.h>
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
#ifndef __kbookmarkdialog_h
|
||||
#define __kbookmarkdialog_h
|
||||
#ifndef KBOOKMARKDIALOG_H
|
||||
#define KBOOKMARKDIALOG_H
|
||||
|
||||
#include "kbookmark.h"
|
||||
#include <kdialog.h>
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef __kbookmarkdombuilder_h
|
||||
#define __kbookmarkdombuilder_h
|
||||
#ifndef KBOOKMARKDOMBUILDER_H
|
||||
#define KBOOKMARKDOMBUILDER_H
|
||||
|
||||
#include <QtCore/QStack>
|
||||
#include <QtCore/QObject>
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef __kbookmarkexporter_h
|
||||
#define __kbookmarkexporter_h
|
||||
#ifndef KBOOKMARKEXPORTER_H
|
||||
#define KBOOKMARKEXPORTER_H
|
||||
|
||||
#include <QtCore/QTextStream>
|
||||
#include <kbookmark.h>
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef __kbookmarkimporter_h
|
||||
#define __kbookmarkimporter_h
|
||||
#ifndef KBOOKMARKIMPORTER_H
|
||||
#define KBOOKMARKIMPORTER_H
|
||||
|
||||
#include <QtCore/QStringList>
|
||||
#include <kconfig.h>
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef __kbookmarkimporter_ie_h
|
||||
#define __kbookmarkimporter_ie_h
|
||||
#ifndef KBOOKMARKIMPORTER_IE_H
|
||||
#define KBOOKMARKIMPORTER_IE_H
|
||||
|
||||
#include <QtCore/QStringList>
|
||||
#include <kconfig.h>
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef __kbookmarkimporter_ns_h
|
||||
#define __kbookmarkimporter_ns_h
|
||||
#ifndef KBOOKMARKIMPORTER_NS_H
|
||||
#define KBOOKMARKIMPORTER_NS_H
|
||||
|
||||
#include <QtCore/QStringList>
|
||||
#include <kconfig.h>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef __kbookmarkimporter_opera_h
|
||||
#define __kbookmarkimporter_opera_h
|
||||
#ifndef KBOOKMARKIMPORTER_OPERA_H
|
||||
#define KBOOKMARKIMPORTER_OPERA_H
|
||||
|
||||
#include <QtCore/QStringList>
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
#ifndef __kbookmarkmanager_h
|
||||
#define __kbookmarkmanager_h
|
||||
#ifndef KBOOKMARKMANAGER_H
|
||||
#define KBOOKMARKMANAGER_H
|
||||
|
||||
#include <QtCore/QString>
|
||||
#include <QtCore/QStringList>
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef kdirlister_h
|
||||
#define kdirlister_h
|
||||
#ifndef KDIRLISTER_H
|
||||
#define KDIRLISTER_H
|
||||
|
||||
#include "kfileitem.h"
|
||||
#include "kdirnotify.h"
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef kdirlister_p_h
|
||||
#define kdirlister_p_h
|
||||
#ifndef KDIRLISTER_P_H
|
||||
#define KDIRLISTER_P_H
|
||||
|
||||
#include "kfileitem.h"
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef kfileshare_h
|
||||
#define kfileshare_h
|
||||
#ifndef KFILESHARE_H
|
||||
#define KFILESHARE_H
|
||||
|
||||
#include <kio/kio_export.h>
|
||||
class QString;
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef knfsshare_h
|
||||
#define knfsshare_h
|
||||
#ifndef KNFSSHARE_H
|
||||
#define KNFSSHARE_H
|
||||
|
||||
#include <QtCore/QObject>
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef ksambashare_h
|
||||
#define ksambashare_h
|
||||
#ifndef KSAMBASHARE_H
|
||||
#define KSAMBASHARE_H
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <kio/kio_export.h>
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
* License along with this library. If not, see <http://www.gnu.org/licenses/>
|
||||
*/
|
||||
|
||||
#ifndef ksambashare_p_h
|
||||
#define ksambashare_p_h
|
||||
#ifndef KSAMBASHARE_P_H
|
||||
#define KSAMBASHARE_P_H
|
||||
|
||||
#include <QtCore/QMap>
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
* License along with this library. If not, see <http://www.gnu.org/licenses/>
|
||||
*/
|
||||
|
||||
#ifndef ksambasharedata_h
|
||||
#define ksambasharedata_h
|
||||
#ifndef KSAMBASHAREDATA_H
|
||||
#define KSAMBASHAREDATA_H
|
||||
|
||||
#include <QtCore/QExplicitlySharedDataPointer>
|
||||
#include <kio/kio_export.h>
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
* License along with this library. If not, see <http://www.gnu.org/licenses/>
|
||||
*/
|
||||
|
||||
#ifndef ksambasharedata_p_h
|
||||
#define ksambasharedata_p_h
|
||||
#ifndef KSAMBASHAREDATA_P_H
|
||||
#define KSAMBASHAREDATA_P_H
|
||||
|
||||
#include <QtCore/QSharedData>
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef KIO_NETACCESS_h
|
||||
#define KIO_NETACCESS_h
|
||||
#ifndef KIO_NETACCESS_H
|
||||
#define KIO_NETACCESS_H
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QString>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef _kio_scheduler_h
|
||||
#define _kio_scheduler_h
|
||||
#ifndef KIO_SCHEDULER_H
|
||||
#define KIO_SCHEDULER_H
|
||||
|
||||
#include "kio/job.h"
|
||||
#include "kio/jobclasses.h"
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef __kio_slaveinterface_h
|
||||
#define __kio_slaveinterface_h
|
||||
#ifndef KIO_SLAVEINTERFACE_H
|
||||
#define KIO_SLAVEINTERFACE_H
|
||||
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
#ifndef __kssldefs_h
|
||||
#define __kssldefs_h
|
||||
#ifndef KSSLDEFS_H
|
||||
#define KSSLDEFS_H
|
||||
|
||||
#include <ksslconfig.h>
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef _kde_ksslpemcallback_h
|
||||
#define _kde_ksslpemcallback_h
|
||||
#ifndef KDE_KSSLPEMCALLBACK_H
|
||||
#define KDE_KSSLPEMCALLBACK_H
|
||||
|
||||
#include <kio/kio_export.h>
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef _kruntest_h
|
||||
#define _kruntest_h
|
||||
#ifndef KRUNTEST_H
|
||||
#define KRUNTEST_H
|
||||
|
||||
#include <krun.h>
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef kparts_browserrun_h
|
||||
#define kparts_browserrun_h
|
||||
#ifndef KPARTS_BROWSERRUN_H
|
||||
#define KPARTS_BROWSERRUN_H
|
||||
|
||||
#include <krun.h>
|
||||
#include <kservice.h>
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef kparts_scriptableextension_h
|
||||
#define kparts_scriptableextension_h
|
||||
#ifndef KPARTS_SCRIPTABLEEXTENSION_H
|
||||
#define KPARTS_SCRIPTABLEEXTENSION_H
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <QObject>
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef kparts_scriptableextension_p_h
|
||||
#define kparts_scriptableextension_p_h
|
||||
#ifndef KPARTS_SCRIPTABLEEXTENSION_P_H
|
||||
#define KPARTS_SCRIPTABLEEXTENSION_P_H
|
||||
|
||||
#include "browserextension.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#ifndef notepad_h
|
||||
#define notepad_h
|
||||
#ifndef NOTEPAD_H
|
||||
#define NOTEPAD_H
|
||||
|
||||
#include <kparts/part.h>
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef plugin_spellcheck_h
|
||||
#define plugin_spellcheck_h
|
||||
#ifndef PLUGIN_SPELLCHECK_H
|
||||
#define PLUGIN_SPELLCHECK_H
|
||||
|
||||
#include <kparts/plugin.h>
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef kpty_h
|
||||
#define kpty_h
|
||||
#ifndef KPTY_H
|
||||
#define KPTY_H
|
||||
|
||||
#include "kpty_export.h"
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef kpty_p_h
|
||||
#define kpty_p_h
|
||||
#ifndef KPTY_P_H
|
||||
#define KPTY_P_H
|
||||
|
||||
#include "kpty.h"
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef kptydev_h
|
||||
#define kptydev_h
|
||||
#ifndef KPTYDEV_H
|
||||
#define KPTYDEV_H
|
||||
|
||||
#include "kpty.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#ifndef kptyprocesstest_h
|
||||
#define kptyprocesstest_h
|
||||
#ifndef KPTYPROCESSTEST_H
|
||||
#define KPTYPROCESSTEST_H
|
||||
|
||||
#include <kptyprocess.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue