summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-22 18:34:14 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-22 18:34:14 +0000
commit14284db4dfa93999d6227344141e8663d9fcf7f9 (patch)
treee251293338473899aff9584c89ca9c76d7efa5d3
parent84d5143a198a2d53beafd853b590a977f63fe0f0 (diff)
downloadbasket-14284db4.tar.gz
basket-14284db4.zip
Fix basket FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/basket@1242772 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kontact_plugin/Makefile.am2
-rw-r--r--kontact_plugin/basket_plugin.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kontact_plugin/Makefile.am b/kontact_plugin/Makefile.am
index 09bd3f8..e57829c 100644
--- a/kontact_plugin/Makefile.am
+++ b/kontact_plugin/Makefile.am
@@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src -I$(top_srcdir) $(all_inclu
kde_module_LTLIBRARIES = libkontact_basket.la
libkontact_basket_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
-libkontact_basket_la_LIBADD = -lkpinterfaces -lDCOP -lqt-mt -lkdecore -lkdeui
+libkontact_basket_la_LIBADD = -lkpinterfaces $(LIB_QT) -lDCOP -lkdecore -lkdeui
noinst_HEADERS = basket_plugin.h uniqueapphandler.h
libkontact_basket_la_SOURCES = basket_plugin.cpp uniqueapphandler.cpp basketdcopiface.stub
diff --git a/kontact_plugin/basket_plugin.cpp b/kontact_plugin/basket_plugin.cpp
index e6cfb9f..f20f293 100644
--- a/kontact_plugin/basket_plugin.cpp
+++ b/kontact_plugin/basket_plugin.cpp
@@ -34,7 +34,7 @@ K_EXPORT_COMPONENT_FACTORY( libkontact_basket,
BasketPluginFactory( "kontact_basketplugin" ) )
BasketPlugin::BasketPlugin( Kontact::Core *core, const char *, const TQStringList& )
- : Kontact::Plugin( core, core, "basket" )
+ : Kontact::Plugin( core, TQT_TQOBJECT(core), "basket" )
{
setInstance( BasketPluginFactory::instance() );
insertNewAction(new KAction( i18n("&New Basket..."), "basket", CTRL+SHIFT+Key_B,