summaryrefslogtreecommitdiffstats
path: root/tdeui
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:02:30 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:00:39 +0200
commitc6cb3f27942501d24b0ded69c90ebbf7c43c755e (patch)
tree08aa592dea84d77931478751d69b47cb4d6b50ee /tdeui
parentf41d2ce0f1929574f3b65eef2675ac65177608f1 (diff)
downloadtdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.tar.gz
tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'tdeui')
-rw-r--r--tdeui/Makefile.am2
-rw-r--r--tdeui/kaboutdialog_private.h4
-rw-r--r--tdeui/kbugreport.cpp2
-rw-r--r--tdeui/kdepackages.h2
-rw-r--r--tdeui/kdockwidget.h4
-rw-r--r--tdeui/ksyntaxhighlighter.cpp2
-rw-r--r--tdeui/tdeaboutapplication.h4
-rw-r--r--tdeui/tdeaboutdialog.h6
-rw-r--r--tdeui/tdeabouttde.h4
-rw-r--r--tdeui/tdeaccelgen.h4
-rw-r--r--tdeui/tdeactionselector.h6
-rw-r--r--tdeui/tdeactionshortcutlist.h6
-rw-r--r--tdeui/tdecmodule.h6
-rw-r--r--tdeui/tdecompletionbox.h6
-rw-r--r--tdeui/tdeconfigdialog.h6
-rw-r--r--tdeui/tdefontcombo.h4
-rw-r--r--tdeui/tdefontdialog.h4
-rw-r--r--tdeui/tdefontrequester.h6
-rw-r--r--tdeui/tdelistbox.h4
-rw-r--r--tdeui/tdelistview.h4
-rw-r--r--tdeui/tdelistviewlineedit.h4
-rw-r--r--tdeui/tdelistviewsearchline.h4
-rw-r--r--tdeui/tdemainwindow.h4
-rw-r--r--tdeui/tdemainwindowiface.h4
-rw-r--r--tdeui/tdemenubar.h4
-rw-r--r--tdeui/tdemessagebox.h4
-rw-r--r--tdeui/tdepopupmenu.h4
-rw-r--r--tdeui/tdeselect.h6
-rw-r--r--tdeui/tdeshortcutdialog.h6
-rw-r--r--tdeui/tdespell.h4
-rw-r--r--tdeui/tdespelldlg.h4
-rw-r--r--tdeui/tdetoolbar.h4
-rw-r--r--tdeui/tdetoolbarbutton.h4
-rw-r--r--tdeui/tdetoolbarhandler.h6
-rw-r--r--tdeui/tdetoolbarlabelaction.h4
-rw-r--r--tdeui/tdetoolbarradiogroup.h4
-rw-r--r--tdeui/tests/tdemainwindowrestoretest.h6
-rw-r--r--tdeui/tests/tdemainwindowtest.h6
38 files changed, 84 insertions, 84 deletions
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 <tqlabel.h>
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 <novaprint@mtu-net.ru>
- Copyright (C) 2000 Falk Brettschneider <falk@tdevelop.org>
+ Copyright (C) 2000 Falk Brettschneider <falk@kdevelop.org>
Copyright (C) 2002,2003 Joseph Wenninger <jowenn@kde.org>
This library is free software; you can redistribute it and/or
@@ -23,7 +23,7 @@
-----------
05/2001 - : useful patches, bugfixes by Christoph Cullmann <crossfire@babylon2k.de>,
Joseph Wenninger <jowenn@bigfoot.com> and Falk Brettschneider
- 03/2001 - 05/2001 : maintained and enhanced by Falk Brettschneider <falk@tdevelop.org>
+ 03/2001 - 05/2001 : maintained and enhanced by Falk Brettschneider <falk@kdevelop.org>
03/2000 : class documentation added by Falk Brettschneider <gigafalk@yahoo.com>
10/1999 - 03/2000 : programmed by Max Judin <novaprint@mtu-net.ru>
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 <tdeaboutdata.h>
#include <tdeaboutdialog.h>
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 <kdialogbase.h>
#include <tqstring.h>
@@ -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 <tdeaboutdialog.h>
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 <tqmap.h>
#include <tqstring.h>
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 <tqwidget.h>
@@ -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 <tdeshortcutlist.h>
#include <tdeaction.h>
@@ -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 <tqwidget.h>
@@ -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 <tqstringlist.h>
@@ -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 <kcombobox.h>
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 <tqlineedit.h>
#include <tqbutton.h>
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 <tqwidget.h>
#include <tqfont.h>
@@ -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 <tqlistbox.h>
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 <tqheader.h>
#include <tqlistview.h>
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 <klineedit.h>
#include <tdelistview.h>
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 <klineedit.h>
#include <tqhbox.h>
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 <dcopobject.h>
#include <tqstringlist.h>
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 <tqmenubar.h>
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 <tqstring.h>
#include <tqmessagebox.h>
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 <tqwidget.h>
#include <tqrangecontrol.h>
@@ -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 <kdialogbase.h>
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 <tqtoolbar.h>
#include <tqmainwindow.h>
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 <tqpixmap.h>
#include <tqtoolbutton.h>
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 <tqobject.h>
#include <tqguardedptr.h>
@@ -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 <tdeactionclasses.h>
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 <tqobject.h>
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 <tdemainwindow.h>
@@ -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 <tdemainwindow.h>
@@ -13,6 +13,6 @@ private slots:
void showMessage();
};
-#endif // KMAINWINDOWTEST_H
+#endif // TDEMAINWINDOWTEST_H
/* vim: et sw=4 ts=4
*/