diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-10-24 22:30:21 -0200 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-10-24 22:30:21 -0200 |
commit | 5eb2cc4594ab2181ccc3b09a2540af3fb615468e (patch) | |
tree | 2b2d6257d70dfcedc10549527f7819236f5b5191 /subsurface.pro | |
parent | 695f64a23a2b9b5caeceddf802fb1c0c29401c84 (diff) | |
download | subsurface-5eb2cc4594ab2181ccc3b09a2540af3fb615468e.tar.gz |
Created a 'WebService' dialog that will handle download and upload.
Created a WebService dialog that will handle download and upload
from all child based webservices. Also, ported the currently - only
- one webservice to use the new dialog.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface.pro b/subsurface.pro index e9927686f..15caa8f99 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -119,7 +119,7 @@ FORMS = \ qt-ui/preferences.ui \ qt-ui/printoptions.ui \ qt-ui/renumber.ui \ - qt-ui/subsurfacewebservices.ui \ + qt-ui/webservices.ui \ qt-ui/tableview.ui \ qt-ui/csvimportdialog.ui |