From cfa36e1a95e82492c17225ff376911abb3688f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Mon, 21 Mar 2016 23:52:44 +0100 Subject: Update autotools for new DSO linkage style Fix FTBFS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot --- bab/Makefile.am | 2 +- bab/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bab') diff --git a/bab/Makefile.am b/bab/Makefile.am index bf7a71e..7f65671 100644 --- a/bab/Makefile.am +++ b/bab/Makefile.am @@ -19,4 +19,4 @@ bin_PROGRAMS = bab # the application source, library search path, and link libraries bab_SOURCES = main.cpp styleconfdialog.cpp bab_iface.skel bab_LDFLAGS = $(KDE_RPATH) $(all_libraries) -bab_LDADD = $(LIB_KDEUI) +bab_LDADD = $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) diff --git a/bab/main.cpp b/bab/main.cpp index 14b23d1..df09293 100644 --- a/bab/main.cpp +++ b/bab/main.cpp @@ -330,7 +330,7 @@ void bab::saveSettings(){ delete config; } -QPoint *BabSwitcher::globalPos = new QPoint::QPoint(0,0); +QPoint *BabSwitcher::globalPos = new QPoint(0,0); BabSwitcher::BabSwitcher(bab *parent, const char *name) : KSystemTray(parent,name), DCOPObject("babInterface") { -- cgit v1.2.1