diff options
Diffstat (limited to 'knotes')
-rw-r--r-- | knotes/knote.cpp | 2 | ||||
-rw-r--r-- | knotes/knotehostdlg.cpp | 2 | ||||
-rw-r--r-- | knotes/knotesapp.cpp | 2 | ||||
-rw-r--r-- | knotes/knoteslegacy.cpp | 2 | ||||
-rw-r--r-- | knotes/resourcelocal.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/knotes/knote.cpp b/knotes/knote.cpp index 118836bf5..e0ac842a9 100644 --- a/knotes/knote.cpp +++ b/knotes/knote.cpp @@ -44,7 +44,7 @@ #include <kcolordrag.h> #include <kiconeffect.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdemessagebox.h> #include <kfind.h> #include <tdeprocess.h> diff --git a/knotes/knotehostdlg.cpp b/knotes/knotehostdlg.cpp index 15a32c66d..11abfce13 100644 --- a/knotes/knotehostdlg.cpp +++ b/knotes/knotehostdlg.cpp @@ -38,7 +38,7 @@ #include <kdebug.h> #include <tdeglobal.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <ksimpleconfig.h> #include <kcombobox.h> diff --git a/knotes/knotesapp.cpp b/knotes/knotesapp.cpp index 313b5cea0..e22d4baf7 100644 --- a/knotes/knotesapp.cpp +++ b/knotes/knotesapp.cpp @@ -29,7 +29,7 @@ #include <ksystemtray.h> #include <tdelocale.h> #include <kiconeffect.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdepopupmenu.h> #include <khelpmenu.h> #include <kfind.h> diff --git a/knotes/knoteslegacy.cpp b/knotes/knoteslegacy.cpp index fb832a5b8..dd08063e4 100644 --- a/knotes/knoteslegacy.cpp +++ b/knotes/knoteslegacy.cpp @@ -29,7 +29,7 @@ #include <tdeapplication.h> #include <tdeglobal.h> #include <kurl.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <ksimpleconfig.h> #include <tdeio/netaccess.h> diff --git a/knotes/resourcelocal.cpp b/knotes/resourcelocal.cpp index e5d4d6e5e..5f797ef94 100644 --- a/knotes/resourcelocal.cpp +++ b/knotes/resourcelocal.cpp @@ -33,7 +33,7 @@ #include <tdelocale.h> #include <tdemessagebox.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <libkcal/icalformat.h> |