Skip to content

Commit ee2149f

Browse files
committedNov 16, 2011
changed app class path
1 parent 559af8a commit ee2149f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qtmain_android.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static JNIEnv *m_env = NULL;
4141
static jobject objptr;
4242
static QSemaphore m_quitAppSemaphore;
4343
static QList<QByteArray> m_applicationParams;
44-
static const char * const QtApplicationClassPathName = "eu/licentia/necessitas/industrius/QtApplication";
44+
static const char * const QtApplicationClassPathName = "org/kde/necessitas/origo/QtApplication";
4545

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

0 commit comments

Comments
 (0)
Please sign in to comment.