Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Source code |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
int main(int argc, char **argv) { KApplication app(argc, argv, "app"); DCOPClient *client = kapp->dcopClient(); if(client->attach() == false) { qDebug("no connection"); } else { qDebug("CONNECTED"); } bool ok = client->send("kicker", "app", "restart()", QByteArray()); if(ok) { qDebug("OKAY"); } KMainWindow *mainWin = new simpledcop(); app.setMainWidget( mainWin ); mainWin->show(); return app.exec(); } |
Source code |
|
1 |
client ->registerAs("myapp"); |
Quoted
Originally posted by Christian
yeh it works with kdcop... this evening i will upload the whole project. perhaps my fault is somewhere else...
Forum Software: Burning Board®, developed by WoltLab® GmbH
Linux Computer - Linux Forum -
Linux Computer und Notebooks - Lastminute - Wasserbetten & Whirlpools