From c6cb3f27942501d24b0ded69c90ebbf7c43c755e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:02:30 +0200 Subject: Additional k => tde renaming and fixes --- tdeui/Makefile.am | 2 +- tdeui/kaboutdialog_private.h | 4 ++-- tdeui/kbugreport.cpp | 2 +- tdeui/kdepackages.h | 2 +- tdeui/kdockwidget.h | 4 ++-- tdeui/ksyntaxhighlighter.cpp | 2 +- tdeui/tdeaboutapplication.h | 4 ++-- tdeui/tdeaboutdialog.h | 6 +++--- tdeui/tdeabouttde.h | 4 ++-- tdeui/tdeaccelgen.h | 4 ++-- tdeui/tdeactionselector.h | 6 +++--- tdeui/tdeactionshortcutlist.h | 6 +++--- tdeui/tdecmodule.h | 6 +++--- tdeui/tdecompletionbox.h | 6 +++--- tdeui/tdeconfigdialog.h | 6 +++--- tdeui/tdefontcombo.h | 4 ++-- tdeui/tdefontdialog.h | 4 ++-- tdeui/tdefontrequester.h | 6 +++--- tdeui/tdelistbox.h | 4 ++-- tdeui/tdelistview.h | 4 ++-- tdeui/tdelistviewlineedit.h | 4 ++-- tdeui/tdelistviewsearchline.h | 4 ++-- tdeui/tdemainwindow.h | 4 ++-- tdeui/tdemainwindowiface.h | 4 ++-- tdeui/tdemenubar.h | 4 ++-- tdeui/tdemessagebox.h | 4 ++-- tdeui/tdepopupmenu.h | 4 ++-- tdeui/tdeselect.h | 6 +++--- tdeui/tdeshortcutdialog.h | 6 +++--- tdeui/tdespell.h | 4 ++-- tdeui/tdespelldlg.h | 4 ++-- tdeui/tdetoolbar.h | 4 ++-- tdeui/tdetoolbarbutton.h | 4 ++-- tdeui/tdetoolbarhandler.h | 6 +++--- tdeui/tdetoolbarlabelaction.h | 4 ++-- tdeui/tdetoolbarradiogroup.h | 4 ++-- tdeui/tests/tdemainwindowrestoretest.h | 6 +++--- tdeui/tests/tdemainwindowtest.h | 6 +++--- 38 files changed, 84 insertions(+), 84 deletions(-) (limited to 'tdeui') diff --git a/tdeui/Makefile.am b/tdeui/Makefile.am index eac8cde0e..3660f7cef 100644 --- a/tdeui/Makefile.am +++ b/tdeui/Makefile.am @@ -166,6 +166,6 @@ dummy.cpp: echo "}" >> dummy.cpp echo "#endif" >> dummy.cpp -DOXYGEN_REFERENCES = tdecore tdefx dcop kio tdeutils +DOXYGEN_REFERENCES = tdecore tdefx dcop tdeio tdeutils DOXYGEN_SET_INTERNAL_DOCS = YES include ../admin/Doxyfile.am diff --git a/tdeui/kaboutdialog_private.h b/tdeui/kaboutdialog_private.h index 12d3e18a6..7a6245a81 100644 --- a/tdeui/kaboutdialog_private.h +++ b/tdeui/kaboutdialog_private.h @@ -20,8 +20,8 @@ * */ -#ifndef _KABOUTDIALOG_PRIVATE_H_ -#define _KABOUTDIALOG_PRIVATE_H_ +#ifndef _TDEABOUTDIALOG_PRIVATE_H_ +#define _TDEABOUTDIALOG_PRIVATE_H_ #include class TQFrame; diff --git a/tdeui/kbugreport.cpp b/tdeui/kbugreport.cpp index 3e49e112c..cd87f54da 100644 --- a/tdeui/kbugreport.cpp +++ b/tdeui/kbugreport.cpp @@ -337,7 +337,7 @@ void KBugReport::slotSetFrom() m_process = 0; m_configureEmail->setEnabled(true); - // ### KDE4: why oh why is KEmailSettings in kio? + // ### KDE4: why oh why is KEmailSettings in tdeio? TDEConfig emailConf( TQString::fromLatin1("emaildefaults") ); // find out the default profile diff --git a/tdeui/kdepackages.h b/tdeui/kdepackages.h index f27bd0312..c51b04979 100644 --- a/tdeui/kdepackages.h +++ b/tdeui/kdepackages.h @@ -653,7 +653,7 @@ const char * const packages[] = { "kimagemapeditor", "kimdaba", "kinkatta", -"kio", +"tdeio", "tdeio/audiocd", "tdeio/cgi", "tdeio/devices", diff --git a/tdeui/kdockwidget.h b/tdeui/kdockwidget.h index df06ed8f1..e6c9bae1a 100644 --- a/tdeui/kdockwidget.h +++ b/tdeui/kdockwidget.h @@ -1,6 +1,6 @@ /* This file is part of the KDE libraries Copyright (C) 2000 Max Judin - Copyright (C) 2000 Falk Brettschneider + Copyright (C) 2000 Falk Brettschneider Copyright (C) 2002,2003 Joseph Wenninger This library is free software; you can redistribute it and/or @@ -23,7 +23,7 @@ ----------- 05/2001 - : useful patches, bugfixes by Christoph Cullmann , Joseph Wenninger and Falk Brettschneider - 03/2001 - 05/2001 : maintained and enhanced by Falk Brettschneider + 03/2001 - 05/2001 : maintained and enhanced by Falk Brettschneider 03/2000 : class documentation added by Falk Brettschneider 10/1999 - 03/2000 : programmed by Max Judin diff --git a/tdeui/ksyntaxhighlighter.cpp b/tdeui/ksyntaxhighlighter.cpp index f7627621c..94606ca06 100644 --- a/tdeui/ksyntaxhighlighter.cpp +++ b/tdeui/ksyntaxhighlighter.cpp @@ -235,7 +235,7 @@ TQStringList KSpellingHighlighter::personalWords() l.append( "KOrganizer" ); l.append( "KAddressBook" ); l.append( "TDEHTML" ); - l.append( "KIO" ); + l.append( "TDEIO" ); l.append( "KJS" ); l.append( "Konqueror" ); l.append( "KSpell" ); diff --git a/tdeui/tdeaboutapplication.h b/tdeui/tdeaboutapplication.h index 19fa0fe61..b665e6709 100644 --- a/tdeui/tdeaboutapplication.h +++ b/tdeui/tdeaboutapplication.h @@ -20,8 +20,8 @@ * */ -#ifndef _KABOUT_APPLICATION_H_ -#define _KABOUT_APPLICATION_H_ +#ifndef _TDEABOUT_APPLICATION_H_ +#define _TDEABOUT_APPLICATION_H_ #include #include diff --git a/tdeui/tdeaboutdialog.h b/tdeui/tdeaboutdialog.h index fbb19b98e..0ebb89174 100644 --- a/tdeui/tdeaboutdialog.h +++ b/tdeui/tdeaboutdialog.h @@ -27,8 +27,8 @@ */ -#ifndef _KABOUTDIALOG_H_ -#define _KABOUTDIALOG_H_ +#ifndef _TDEABOUTDIALOG_H_ +#define _TDEABOUTDIALOG_H_ #include #include @@ -630,4 +630,4 @@ private: TDEAboutDialogPrivate* const d; }; -#endif // defined KABOUTDIALOG_H +#endif // defined TDEABOUTDIALOG_H diff --git a/tdeui/tdeabouttde.h b/tdeui/tdeabouttde.h index a75b92904..919f7a175 100644 --- a/tdeui/tdeabouttde.h +++ b/tdeui/tdeabouttde.h @@ -19,8 +19,8 @@ * */ -#ifndef _KABOUT_KDE_H_ -#define _KABOUT_KDE_H_ +#ifndef _TDEABOUT_KDE_H_ +#define _TDEABOUT_KDE_H_ #include diff --git a/tdeui/tdeaccelgen.h b/tdeui/tdeaccelgen.h index d1e761876..9bb8f0853 100644 --- a/tdeui/tdeaccelgen.h +++ b/tdeui/tdeaccelgen.h @@ -17,8 +17,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef KACCELGEN_H -#define KACCELGEN_H +#ifndef TDEACCELGEN_H +#define TDEACCELGEN_H #include #include diff --git a/tdeui/tdeactionselector.h b/tdeui/tdeactionselector.h index fb382e58e..6aeaac3d8 100644 --- a/tdeui/tdeactionselector.h +++ b/tdeui/tdeactionselector.h @@ -16,8 +16,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef _KACTION_SELECTOR_H_ -#define _KACTION_SELECTOR_H_ +#ifndef _TDEACTION_SELECTOR_H_ +#define _TDEACTION_SELECTOR_H_ #include @@ -399,4 +399,4 @@ private: TDEActionSelectorPrivate *d; }; -#endif // _KACTION_SELECTOR_H_ +#endif // _TDEACTION_SELECTOR_H_ diff --git a/tdeui/tdeactionshortcutlist.h b/tdeui/tdeactionshortcutlist.h index affb6bf2a..a3afa1dc6 100644 --- a/tdeui/tdeactionshortcutlist.h +++ b/tdeui/tdeactionshortcutlist.h @@ -1,5 +1,5 @@ -#ifndef _KACTIONSHORTCUTLIST_H -#define _KACTIONSHORTCUTLIST_H +#ifndef _TDEACTIONSHORTCUTLIST_H +#define _TDEACTIONSHORTCUTLIST_H #include #include @@ -76,4 +76,4 @@ class TDEUI_EXPORT TDEActionPtrShortcutList : public TDEShortcutList TDEAccelShortcutListPrivate* d; }; -#endif // !_KACTIONSHORTCUTLIST_H +#endif // !_TDEACTIONSHORTCUTLIST_H diff --git a/tdeui/tdecmodule.h b/tdeui/tdecmodule.h index 12a10fac9..ccaaa8fd5 100644 --- a/tdeui/tdecmodule.h +++ b/tdeui/tdecmodule.h @@ -20,8 +20,8 @@ */ -#ifndef KCMODULE_H -#define KCMODULE_H +#ifndef TDECMODULE_H +#define TDECMODULE_H #include @@ -357,5 +357,5 @@ private: }; -#endif //KCMODULE_H +#endif //TDECMODULE_H diff --git a/tdeui/tdecompletionbox.h b/tdeui/tdecompletionbox.h index b874fec99..b804411b1 100644 --- a/tdeui/tdecompletionbox.h +++ b/tdeui/tdecompletionbox.h @@ -20,8 +20,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef KCOMPLETIONBOX_H -#define KCOMPLETIONBOX_H +#ifndef TDECOMPLETIONBOX_H +#define TDECOMPLETIONBOX_H class TQEvent; #include @@ -243,4 +243,4 @@ private: }; -#endif // KCOMPLETIONBOX_H +#endif // TDECOMPLETIONBOX_H diff --git a/tdeui/tdeconfigdialog.h b/tdeui/tdeconfigdialog.h index f7cc10e26..3eeed5b6f 100644 --- a/tdeui/tdeconfigdialog.h +++ b/tdeui/tdeconfigdialog.h @@ -18,8 +18,8 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. */ -#ifndef KCONFIGDIALOG_H -#define KCONFIGDIALOG_H +#ifndef TDECONFIGDIALOG_H +#define TDECONFIGDIALOG_H class TDEConfig; class TDEConfigSkeleton; @@ -275,5 +275,5 @@ private: TDEConfigDialogPrivate *d; }; -#endif //KCONFIGDIALOG_H +#endif //TDECONFIGDIALOG_H diff --git a/tdeui/tdefontcombo.h b/tdeui/tdefontcombo.h index 13c55215b..308b7e047 100644 --- a/tdeui/tdefontcombo.h +++ b/tdeui/tdefontcombo.h @@ -18,8 +18,8 @@ // $Id$ -#ifndef _KFONTCOMBO_H_ -#define _KFONTCOMBO_H_ +#ifndef _TDEFONTCOMBO_H_ +#define _TDEFONTCOMBO_H_ #include diff --git a/tdeui/tdefontdialog.h b/tdeui/tdefontdialog.h index 02ffcbcd4..0f4a56f77 100644 --- a/tdeui/tdefontdialog.h +++ b/tdeui/tdefontdialog.h @@ -23,8 +23,8 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _K_FONT_DIALOG_H_ -#define _K_FONT_DIALOG_H_ +#ifndef _TDE_FONT_DIALOG_H_ +#define _TDE_FONT_DIALOG_H_ #include #include diff --git a/tdeui/tdefontrequester.h b/tdeui/tdefontrequester.h index 7117585ef..2ddd1bdb0 100644 --- a/tdeui/tdefontrequester.h +++ b/tdeui/tdefontrequester.h @@ -17,8 +17,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef KFONTREQUESTER_H -#define KFONTREQUESTER_H +#ifndef TDEFONTREQUESTER_H +#define TDEFONTREQUESTER_H #include #include @@ -151,7 +151,7 @@ class TDEUI_EXPORT TDEFontRequester : public TQWidget TDEFontRequesterPrivate *d; }; -#endif // KFONTREQUESTER_H +#endif // TDEFONTREQUESTER_H /* vim: et sw=2 ts=2 */ diff --git a/tdeui/tdelistbox.h b/tdeui/tdelistbox.h index 8ef949527..e7666af32 100644 --- a/tdeui/tdelistbox.h +++ b/tdeui/tdelistbox.h @@ -15,8 +15,8 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef KLISTBOX_H -#define KLISTBOX_H +#ifndef TDELISTBOX_H +#define TDELISTBOX_H #include diff --git a/tdeui/tdelistview.h b/tdeui/tdelistview.h index 395ffefa7..7de7117fb 100644 --- a/tdeui/tdelistview.h +++ b/tdeui/tdelistview.h @@ -17,8 +17,8 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef KLISTVIEW_H -#define KLISTVIEW_H +#ifndef TDELISTVIEW_H +#define TDELISTVIEW_H #include #include diff --git a/tdeui/tdelistviewlineedit.h b/tdeui/tdelistviewlineedit.h index 0c19e90f5..00b898f9f 100644 --- a/tdeui/tdelistviewlineedit.h +++ b/tdeui/tdelistviewlineedit.h @@ -15,8 +15,8 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef KLISTVIEWLINEEDIT_H -#define KLISTVIEWLINEEDIT_H +#ifndef TDELISTVIEWLINEEDIT_H +#define TDELISTVIEWLINEEDIT_H #include #include diff --git a/tdeui/tdelistviewsearchline.h b/tdeui/tdelistviewsearchline.h index 4c278a9d9..cf02c492c 100644 --- a/tdeui/tdelistviewsearchline.h +++ b/tdeui/tdelistviewsearchline.h @@ -16,8 +16,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef KLISTVIEWSEARCHLINE_H -#define KLISTVIEWSEARCHLINE_H +#ifndef TDELISTVIEWSEARCHLINE_H +#define TDELISTVIEWSEARCHLINE_H #include #include diff --git a/tdeui/tdemainwindow.h b/tdeui/tdemainwindow.h index 571a13797..f2898ab06 100644 --- a/tdeui/tdemainwindow.h +++ b/tdeui/tdemainwindow.h @@ -18,8 +18,8 @@ */ -#ifndef KMAINWINDOW_H -#define KMAINWINDOW_H +#ifndef TDEMAINWINDOW_H +#define TDEMAINWINDOW_H #include "kxmlguifactory.h" #include "kxmlguiclient.h" diff --git a/tdeui/tdemainwindowiface.h b/tdeui/tdemainwindowiface.h index 736aefc1d..a721b8a79 100644 --- a/tdeui/tdemainwindowiface.h +++ b/tdeui/tdemainwindowiface.h @@ -17,8 +17,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef KWINDOW_INTERFACE_H -#define KWINDOW_INTERFACE_H +#ifndef TDEWINDOW_INTERFACE_H +#define TDEWINDOW_INTERFACE_H #include #include diff --git a/tdeui/tdemenubar.h b/tdeui/tdemenubar.h index e657671e3..18ee3bf90 100644 --- a/tdeui/tdemenubar.h +++ b/tdeui/tdemenubar.h @@ -22,8 +22,8 @@ //$Id$ -#ifndef _KMENUBAR_H -#define _KMENUBAR_H +#ifndef _TDEMENUBAR_H +#define _TDEMENUBAR_H #include diff --git a/tdeui/tdemessagebox.h b/tdeui/tdemessagebox.h index b7724f5ce..e0fcdc818 100644 --- a/tdeui/tdemessagebox.h +++ b/tdeui/tdemessagebox.h @@ -16,8 +16,8 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _KMESSAGEBOX_H_ -#define _KMESSAGEBOX_H_ +#ifndef _TDEMESSAGEBOX_H_ +#define _TDEMESSAGEBOX_H_ #include #include diff --git a/tdeui/tdepopupmenu.h b/tdeui/tdepopupmenu.h index 2d50e2d56..7f84a5fc5 100644 --- a/tdeui/tdepopupmenu.h +++ b/tdeui/tdepopupmenu.h @@ -15,8 +15,8 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _KPOPUP_H -#define _KPOPUP_H "$Id$" +#ifndef _TDEPOPUP_H +#define _TDEPOPUP_H "$Id$" #define INCLUDE_MENUITEM_DEF diff --git a/tdeui/tdeselect.h b/tdeui/tdeselect.h index fd9a90ccd..19321da1b 100644 --- a/tdeui/tdeselect.h +++ b/tdeui/tdeselect.h @@ -20,8 +20,8 @@ // Selector widgets for KDE Color Selector, but probably useful for other // stuff also. -#ifndef __KSELECT_H__ -#define __KSELECT_H__ +#ifndef __TDESELECT_H__ +#define __TDESELECT_H__ #include #include @@ -369,5 +369,5 @@ private: }; -#endif // __KSELECT_H__ +#endif // __TDESELECT_H__ diff --git a/tdeui/tdeshortcutdialog.h b/tdeui/tdeshortcutdialog.h index f989e0191..c0b8fa49b 100644 --- a/tdeui/tdeshortcutdialog.h +++ b/tdeui/tdeshortcutdialog.h @@ -17,8 +17,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef _KSHORTCUTDIALOG_H_ -#define _KSHORTCUTDIALOG_H_ +#ifndef _TDESHORTCUTDIALOG_H_ +#define _TDESHORTCUTDIALOG_H_ #include "kdialogbase.h" #include "tdeshortcut.h" @@ -93,4 +93,4 @@ private: static bool s_showMore; }; -#endif // _KSHORTCUTDIALOG_H_ +#endif // _TDESHORTCUTDIALOG_H_ diff --git a/tdeui/tdespell.h b/tdeui/tdespell.h index 812c3e0d7..f09571004 100644 --- a/tdeui/tdespell.h +++ b/tdeui/tdespell.h @@ -16,8 +16,8 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef __KSPELL_H__ -#define __KSPELL_H__ +#ifndef __TDESPELL_H__ +#define __TDESPELL_H__ #include "ksconfig.h" diff --git a/tdeui/tdespelldlg.h b/tdeui/tdespelldlg.h index 9b0da8205..c4731800f 100644 --- a/tdeui/tdespelldlg.h +++ b/tdeui/tdespelldlg.h @@ -17,8 +17,8 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef __KSPELLDLG_H__ -#define __KSPELLDLG_H__ +#ifndef __TDESPELLDLG_H__ +#define __TDESPELLDLG_H__ #include diff --git a/tdeui/tdetoolbar.h b/tdeui/tdetoolbar.h index 857673f28..f59d78174 100644 --- a/tdeui/tdetoolbar.h +++ b/tdeui/tdetoolbar.h @@ -21,8 +21,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef KTOOLBAR_H -#define KTOOLBAR_H +#ifndef TDETOOLBAR_H +#define TDETOOLBAR_H #include #include diff --git a/tdeui/tdetoolbarbutton.h b/tdeui/tdetoolbarbutton.h index c73c1145a..16831b0d7 100644 --- a/tdeui/tdetoolbarbutton.h +++ b/tdeui/tdetoolbarbutton.h @@ -20,8 +20,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef _KTOOLBARBUTTON_H -#define _KTOOLBARBUTTON_H +#ifndef _TDETOOLBARBUTTON_H +#define _TDETOOLBARBUTTON_H #include #include diff --git a/tdeui/tdetoolbarhandler.h b/tdeui/tdetoolbarhandler.h index 729129a67..e309497cd 100644 --- a/tdeui/tdetoolbarhandler.h +++ b/tdeui/tdetoolbarhandler.h @@ -16,8 +16,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef KBARHANDLER_H -#define KBARHANDLER_H +#ifndef TDEBARHANDLER_H +#define TDEBARHANDLER_H #include #include @@ -63,7 +63,7 @@ private: } // namespace KDEPrivate -#endif // KBARHANDLER_H +#endif // TDEBARHANDLER_H /* vim: et sw=4 ts=4 */ diff --git a/tdeui/tdetoolbarlabelaction.h b/tdeui/tdetoolbarlabelaction.h index 0bf893cc2..3fef73937 100644 --- a/tdeui/tdetoolbarlabelaction.h +++ b/tdeui/tdetoolbarlabelaction.h @@ -15,8 +15,8 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef KTOOLBARLABELACTION_H -#define KTOOLBARLABELACTION_H +#ifndef TDETOOLBARLABELACTION_H +#define TDETOOLBARLABELACTION_H #include diff --git a/tdeui/tdetoolbarradiogroup.h b/tdeui/tdetoolbarradiogroup.h index de567ae62..d262aa539 100644 --- a/tdeui/tdetoolbarradiogroup.h +++ b/tdeui/tdetoolbarradiogroup.h @@ -19,8 +19,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef _KTOOLBARRADIOGROUP_H -#define _KTOOLBARRADIOGROUP_H +#ifndef _TDETOOLBARRADIOGROUP_H +#define _TDETOOLBARRADIOGROUP_H #include diff --git a/tdeui/tests/tdemainwindowrestoretest.h b/tdeui/tests/tdemainwindowrestoretest.h index 7d02e4aca..d0279cdae 100644 --- a/tdeui/tests/tdemainwindowrestoretest.h +++ b/tdeui/tests/tdemainwindowrestoretest.h @@ -1,5 +1,5 @@ -#ifndef _TDEUI_TESTS_KMAINWINDOWRESTORETEST_H_ -#define _TDEUI_TESTS_KMAINWINDOWRESTORETEST_H_ +#ifndef _TDEUI_TESTS_TDEMAINWINDOWRESTORETEST_H_ +#define _TDEUI_TESTS_TDEMAINWINDOWRESTORETEST_H_ #include @@ -45,4 +45,4 @@ public: virtual ~MainWin6() {} }; -#endif // _TDEUI_TESTS_KMAINWINDOWRESTORETEST_H_ +#endif // _TDEUI_TESTS_TDEMAINWINDOWRESTORETEST_H_ diff --git a/tdeui/tests/tdemainwindowtest.h b/tdeui/tests/tdemainwindowtest.h index b7c5d9e3c..5210c3c15 100644 --- a/tdeui/tests/tdemainwindowtest.h +++ b/tdeui/tests/tdemainwindowtest.h @@ -1,5 +1,5 @@ -#ifndef KMAINWINDOWTEST_H -#define KMAINWINDOWTEST_H +#ifndef TDEMAINWINDOWTEST_H +#define TDEMAINWINDOWTEST_H #include @@ -13,6 +13,6 @@ private slots: void showMessage(); }; -#endif // KMAINWINDOWTEST_H +#endif // TDEMAINWINDOWTEST_H /* vim: et sw=4 ts=4 */ -- cgit v1.2.1