diff options
Diffstat (limited to 'superkaramba/src')
-rw-r--r-- | superkaramba/src/gpusensor.cpp | 2 | ||||
-rw-r--r-- | superkaramba/src/main.cpp | 2 | ||||
-rw-r--r-- | superkaramba/src/sknewstuff.cpp | 2 | ||||
-rw-r--r-- | superkaramba/src/themefile.cpp | 2 | ||||
-rw-r--r-- | superkaramba/src/themesdlg.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/superkaramba/src/gpusensor.cpp b/superkaramba/src/gpusensor.cpp index d95de59..120e5f4 100644 --- a/superkaramba/src/gpusensor.cpp +++ b/superkaramba/src/gpusensor.cpp @@ -20,7 +20,7 @@ #include <tqregexp.h> // TDE -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kdebug.h> // Superkaramba diff --git a/superkaramba/src/main.cpp b/superkaramba/src/main.cpp index d336bd4..feee817 100644 --- a/superkaramba/src/main.cpp +++ b/superkaramba/src/main.cpp @@ -31,7 +31,7 @@ #include <tqfileinfo.h> #include <tqstringlist.h> #include <tdeconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeversion.h> #include "karamba.h" diff --git a/superkaramba/src/sknewstuff.cpp b/superkaramba/src/sknewstuff.cpp index e4563da..19f6aa8 100644 --- a/superkaramba/src/sknewstuff.cpp +++ b/superkaramba/src/sknewstuff.cpp @@ -24,7 +24,7 @@ #include <tdeio/netaccess.h> #include <kmimetype.h> #include <krun.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <ktar.h> #include <kurl.h> #include <tqdir.h> diff --git a/superkaramba/src/themefile.cpp b/superkaramba/src/themefile.cpp index 98f3134..912b9a6 100644 --- a/superkaramba/src/themefile.cpp +++ b/superkaramba/src/themefile.cpp @@ -29,7 +29,7 @@ #include <kzip.h> #include <tdeapplication.h> #include <tdemessagebox.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdelocale.h> #include <tdeio/netaccess.h> #include <tqtextstream.h> diff --git a/superkaramba/src/themesdlg.cpp b/superkaramba/src/themesdlg.cpp index 4ed7afb..25903a7 100644 --- a/superkaramba/src/themesdlg.cpp +++ b/superkaramba/src/themesdlg.cpp @@ -38,7 +38,7 @@ #include <kdebug.h> #include <tdefiledialog.h> #include <kpushbutton.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeapplication.h> #include <kiconloader.h> #include <tdelocale.h> |