diff options
Diffstat (limited to 'kcm_gtk/kcmgtk.cpp')
-rw-r--r-- | kcm_gtk/kcmgtk.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kcm_gtk/kcmgtk.cpp b/kcm_gtk/kcmgtk.cpp index c713928..9ff9b79 100644 --- a/kcm_gtk/kcmgtk.cpp +++ b/kcm_gtk/kcmgtk.cpp @@ -20,8 +20,8 @@ #include <tqlayout.h> -#include <klocale.h> -#include <kglobal.h> +#include <tdelocale.h> +#include <tdeglobal.h> #include <tdefontdialog.h> #include <kiconloader.h> #include <tqfile.h> @@ -40,14 +40,14 @@ #include <tqspinbox.h> #include <ksqueezedtextlabel.h> #include <stdlib.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tdeconfig.h> #include <tqstyle.h> #include <tqheader.h> #include <tdelistview.h> #include <tqmessagebox.h> #include <tqcheckbox.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <kstandarddirs.h> #include <sys/types.h> |