Skip to content

Commit

Permalink
changed app class path
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernasocchi committed Nov 16, 2011
1 parent 559af8a commit ee2149f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qtmain_android.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static JNIEnv *m_env = NULL;
static jobject objptr;
static QSemaphore m_quitAppSemaphore;
static QList<QByteArray> m_applicationParams;
static const char * const QtApplicationClassPathName = "eu/licentia/necessitas/industrius/QtApplication";
static const char * const QtApplicationClassPathName = "org/kde/necessitas/origo/QtApplication";

extern "C" int main(int, char **); //use the standard main method to start the application
static void * startMainMethod(void * /*data*/)
Expand Down

0 comments on commit ee2149f

Please sign in to comment.