mirror of
https://github.com/KDE/krfb
synced 2026-07-01 15:51:18 -07:00
Compare commits
1 Commits
release/19
...
v4.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
26c4bf1d2f |
@@ -1,7 +1,7 @@
|
||||
# KDE Config File
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Exec=krfb -caption "%c"
|
||||
Exec=krfb -caption "%c" %i
|
||||
Icon=krfb
|
||||
X-DocPath=krfb/index.html
|
||||
Terminal=false
|
||||
|
||||
3
main.cpp
3
main.cpp
@@ -32,6 +32,7 @@
|
||||
#include <kapplication.h>
|
||||
#include <kmessagebox.h>
|
||||
#include <qwindowdefs.h>
|
||||
#include <KIcon>
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
@@ -75,7 +76,7 @@ int main(int argc, char *argv[])
|
||||
KCmdLineArgs::init(argc, argv, &aboutData);
|
||||
|
||||
KApplication app;
|
||||
|
||||
QApplication::setWindowIcon(KIcon("krfb"));
|
||||
TrayIcon trayicon(new ManageInvitationsDialog);
|
||||
|
||||
KrfbServer *server = KrfbServer::self(); // initialize the server manager
|
||||
|
||||
Reference in New Issue
Block a user