|
|
|
@ -171,8 +171,8 @@ void createTQApp()
|
|
|
|
|
argv[0] = (char*) malloc(sizeof(char) * 19);
|
|
|
|
|
strncpy(argv[0], "gtk-qt-application", 19);
|
|
|
|
|
|
|
|
|
|
KAboutData aboutData("gtk-qt-engine", I18N_NOOP("gtk-qt-engine"), "v0.1",
|
|
|
|
|
"GTK Qt theme engine", KAboutData::License_GPL,
|
|
|
|
|
TDEAboutData aboutData("gtk-qt-engine", I18N_NOOP("gtk-qt-engine"), "v0.1",
|
|
|
|
|
"GTK Qt theme engine", TDEAboutData::License_GPL,
|
|
|
|
|
"(c) 2011, Timothy Pearson",
|
|
|
|
|
"message goes here", 0 /* TODO: Website */, "kb9vqf@pearsoncomputing.net");
|
|
|
|
|
TDECmdLineArgs::init(argc, argv, &aboutData);
|
|
|
|
|