diff options
author | Slávek Banko <[email protected]> | 2012-11-22 18:23:21 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-11-22 18:25:27 +0100 |
commit | 6ab3b4d320a0c673f0f4ed091a94373e8d9a7875 (patch) | |
tree | df03bd92b612028c7ebcfc1a0ac1a945cb415406 /filesharing/advanced/propsdlgplugin/propertiespage.cpp | |
parent | 14f7445dfd828869ab53979b02304209eee0afdf (diff) | |
download | tdenetwork-6ab3b4d320a0c673f0f4ed091a94373e8d9a7875.tar.gz tdenetwork-6ab3b4d320a0c673f0f4ed091a94373e8d9a7875.zip |
Fix cmake build: add dependencies for filesharing parallel build
Thanks to Fat-Zer
Diffstat (limited to 'filesharing/advanced/propsdlgplugin/propertiespage.cpp')
-rw-r--r-- | filesharing/advanced/propsdlgplugin/propertiespage.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/filesharing/advanced/propsdlgplugin/propertiespage.cpp b/filesharing/advanced/propsdlgplugin/propertiespage.cpp index 5ff1af7b..6042b9e7 100644 --- a/filesharing/advanced/propsdlgplugin/propertiespage.cpp +++ b/filesharing/advanced/propsdlgplugin/propertiespage.cpp @@ -44,9 +44,9 @@ #include "../nfs/nfsdialog.h" // Samba related -#include "../kcm_sambaconf/sambafile.h" -#include "../kcm_sambaconf/sambashare.h" -#include "../kcm_sambaconf/sharedlgimpl.h" +#include "sambafile.h" +#include "sambashare.h" +#include "sharedlgimpl.h" #include "propertiespage.h" |