Remove net.kamago prefix from c++ imports

pull/1/head
Grégory Oestreicher 2016-12-16 17:24:52 +01:00
parent 2b47295e1d
commit 9800661467
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
*/
import QtQuick 2.0
import net.kamago.harbour.wallaread 1.0
import harbour.wallaread 1.0
import "../js/WallaBase.js" as WallaBase

View File

@ -40,7 +40,7 @@ int main(int argc, char *argv[])
//
// To display the view, call "show()" (will show fullscreen on device).
qmlRegisterType<HttpRequester>( "net.kamago.harbour.wallaread", 1, 0, "HttpRequester" );
qmlRegisterType<HttpRequester>( "harbour.wallaread", 1, 0, "HttpRequester" );
return SailfishApp::main(argc, argv);
}