diff options
Diffstat (limited to 'filesharing/advanced/propsdlgplugin')
-rw-r--r-- | filesharing/advanced/propsdlgplugin/propertiespage.cpp | 6 | ||||
-rw-r--r-- | filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/filesharing/advanced/propsdlgplugin/propertiespage.cpp b/filesharing/advanced/propsdlgplugin/propertiespage.cpp index 0bf740ef..a61a8dd6 100644 --- a/filesharing/advanced/propsdlgplugin/propertiespage.cpp +++ b/filesharing/advanced/propsdlgplugin/propertiespage.cpp @@ -28,15 +28,15 @@ #include <tdefileshare.h> #include <knfsshare.h> #include <ksambashare.h> -#include <klocale.h> +#include <tdelocale.h> #include <kurl.h> #include <kdebug.h> #include <tdefile.h> #include <kurlrequester.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <klineedit.h> #include <kprocio.h> -#include <ktempfile.h> +#include <tdetempfile.h> // NFS related #include "../nfs/nfsfile.h" diff --git a/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp b/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp index 41c3bd71..2b05706c 100644 --- a/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp +++ b/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp @@ -25,11 +25,11 @@ #include <kdebug.h> #include <kpushbutton.h> #include <tdefileshare.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kprocess.h> #include <kstandarddirs.h> #include <kdialog.h> -#include <kglobal.h> +#include <tdeglobal.h> #include "propertiespage.h" #include "propsdlgshareplugin.h" |