diff options
Diffstat (limited to 'keduca')
-rw-r--r-- | keduca/keduca/keduca.cpp | 2 | ||||
-rw-r--r-- | keduca/keduca/keducaview.cpp | 2 | ||||
-rw-r--r-- | keduca/keducabuilder/kcontrolheader.cpp | 2 | ||||
-rw-r--r-- | keduca/keducabuilder/klangcombo.cpp | 2 | ||||
-rw-r--r-- | keduca/libkeduca/fileread.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/keduca/keduca/keduca.cpp b/keduca/keduca/keduca.cpp index 0401e56e..9907e479 100644 --- a/keduca/keduca/keduca.cpp +++ b/keduca/keduca/keduca.cpp @@ -22,7 +22,7 @@ #include <tdeapplication.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdefiledialog.h> #include <kdebug.h> diff --git a/keduca/keduca/keducaview.cpp b/keduca/keduca/keducaview.cpp index 81037237..3a3657c6 100644 --- a/keduca/keduca/keducaview.cpp +++ b/keduca/keduca/keducaview.cpp @@ -25,7 +25,7 @@ #include <stdlib.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdemessagebox.h> #include <tdefiledialog.h> #include <kpushbutton.h> diff --git a/keduca/keducabuilder/kcontrolheader.cpp b/keduca/keducabuilder/kcontrolheader.cpp index 2f8bd341..51965572 100644 --- a/keduca/keducabuilder/kcontrolheader.cpp +++ b/keduca/keducabuilder/kcontrolheader.cpp @@ -19,7 +19,7 @@ #include "kcontrolheader.moc" #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <ksimpleconfig.h> #include <klineedit.h> #include <kcombobox.h> diff --git a/keduca/keducabuilder/klangcombo.cpp b/keduca/keducabuilder/klangcombo.cpp index 05a36669..3626a3cc 100644 --- a/keduca/keducabuilder/klangcombo.cpp +++ b/keduca/keducabuilder/klangcombo.cpp @@ -22,7 +22,7 @@ */ -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "klangcombo.h" #include "klangcombo.moc" diff --git a/keduca/libkeduca/fileread.cpp b/keduca/libkeduca/fileread.cpp index f3470214..0a174790 100644 --- a/keduca/libkeduca/fileread.cpp +++ b/keduca/libkeduca/fileread.cpp @@ -20,7 +20,7 @@ #include <assert.h> #include <tdeio/netaccess.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kmimetype.h> #include <kdebug.h> #include <tdetempfile.h> |