diff options
Diffstat (limited to 'tdeui/tdeconfigdialog.h')
-rw-r--r-- | tdeui/tdeconfigdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |