mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:41:17 -07:00
9 lines
277 B
Plaintext
9 lines
277 B
Plaintext
For KDE 3.0, you need to do the following:
|
|
|
|
* the .ui files must be recompiled, you can enforce this by touching them:
|
|
touch krfb/*.ui
|
|
|
|
* main.cpp and trayicon.cpp include the file kapp.h. It has been renamed to
|
|
kapplication.h, so you must change the sources accordingly.
|
|
|