diff options
Diffstat (limited to 'filesharing/advanced/nfs')
-rw-r--r-- | filesharing/advanced/nfs/nfsdialog.cpp | 4 | ||||
-rw-r--r-- | filesharing/advanced/nfs/nfsfile.cpp | 6 | ||||
-rw-r--r-- | filesharing/advanced/nfs/nfshostdlg.cpp | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/filesharing/advanced/nfs/nfsdialog.cpp b/filesharing/advanced/nfs/nfsdialog.cpp index 245402f0..ed009db1 100644 --- a/filesharing/advanced/nfs/nfsdialog.cpp +++ b/filesharing/advanced/nfs/nfsdialog.cpp @@ -26,9 +26,9 @@ #include <tqlayout.h> #include <kdebug.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tdefiledialog.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdelistview.h> #include <tdeaccel.h> diff --git a/filesharing/advanced/nfs/nfsfile.cpp b/filesharing/advanced/nfs/nfsfile.cpp index 58c62ca8..3397ee9b 100644 --- a/filesharing/advanced/nfs/nfsfile.cpp +++ b/filesharing/advanced/nfs/nfsfile.cpp @@ -27,10 +27,10 @@ #include <tqstringlist.h> #include <kdebug.h> -#include <kmessagebox.h> -#include <klocale.h> +#include <tdemessagebox.h> +#include <tdelocale.h> #include <knfsshare.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include <kprocio.h> #include "nfsfile.h" diff --git a/filesharing/advanced/nfs/nfshostdlg.cpp b/filesharing/advanced/nfs/nfshostdlg.cpp index e45f1f87..4b62845e 100644 --- a/filesharing/advanced/nfs/nfshostdlg.cpp +++ b/filesharing/advanced/nfs/nfshostdlg.cpp @@ -21,9 +21,9 @@ #include <tqwhatsthis.h> #include <tqgroupbox.h> -#include <klocale.h> +#include <tdelocale.h> #include <kdebug.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <assert.h> |