mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
generic: get rid of kdefakes
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
510504a653
commit
952244d637
10 changed files with 1 additions and 16 deletions
|
@ -32,7 +32,6 @@
|
|||
#include <KCmdLineArgs>
|
||||
#include <KAboutData>
|
||||
#include <KLocalizedString>
|
||||
#include <kdefakes.h>
|
||||
|
||||
#include "drkonqi.h"
|
||||
#include "drkonqidialog.h"
|
||||
|
|
|
@ -28,8 +28,6 @@ add_definitions(-U_REENTRANT)
|
|||
target_link_libraries(kcheckpass
|
||||
${UNIXAUTH_LIBRARIES}
|
||||
${SOCKET_LIBRARIES}
|
||||
# for kdefakes
|
||||
${KDE4_KDECORE_LIBS}
|
||||
)
|
||||
|
||||
install(
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
#endif
|
||||
|
||||
#include <kservicetypetrader.h>
|
||||
#include <kdefakes.h>
|
||||
|
||||
static int ready[ 2 ];
|
||||
static bool startup = false;
|
||||
|
|
|
@ -73,7 +73,6 @@
|
|||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <sys/resource.h>
|
||||
#include <kdefakes.h>
|
||||
#include <kdemacros.h>
|
||||
|
||||
#include "fishcode.h"
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include <kmessage.h>
|
||||
#include <kpassivepopupmessagehandler.h>
|
||||
#include <kdeversion.h>
|
||||
#include <kdefakes.h>
|
||||
|
||||
#include "knotify.h"
|
||||
|
||||
|
|
|
@ -55,7 +55,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <fcntl.h>
|
||||
#include <kdefakes.h>
|
||||
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
|
|
|
@ -53,11 +53,6 @@ endif( ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD" )
|
|||
|
||||
target_link_libraries(ksysguardd libksysguardd)
|
||||
|
||||
if( NOT ${CMAKE_SYSTEM_NAME} MATCHES "Linux" OR NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD" )
|
||||
# for kdefakes
|
||||
target_link_libraries(ksysguardd ${KDE4_KDECORE_LIBS})
|
||||
endif( NOT ${CMAKE_SYSTEM_NAME} MATCHES "Linux" OR NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD" )
|
||||
|
||||
if( ${CMAKE_SYSTEM_NAME} MATCHES "NetBSD" )
|
||||
message(STATUS "Adding kvm library on NetBSD")
|
||||
target_link_libraries(ksysguardd kvm)
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include <ksharedconfig.h>
|
||||
#include <klocale.h>
|
||||
#include <kio/netaccess.h>
|
||||
#include <kdefakes.h>
|
||||
#include <kconfiggroup.h>
|
||||
|
||||
#include <QtCore/QDir>
|
||||
|
|
|
@ -36,8 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <stdio.h>
|
||||
#include <fixx11h.h>
|
||||
#include <kxerrorhandler.h>
|
||||
#include <kdefakes.h>
|
||||
#include <QtDBus/QtDBus>
|
||||
#include <QDBusConnection>
|
||||
#include <QMessageBox>
|
||||
#include <QEvent>
|
||||
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <QtDBus/QtDBus>
|
||||
#include <stdlib.h> // getenv()
|
||||
#include <ksmserver_interface.h>
|
||||
#include <kdefakes.h>
|
||||
#include <QSocketNotifier>
|
||||
|
||||
#ifdef Q_WS_X11
|
||||
|
|
Loading…
Add table
Reference in a new issue