diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-14 21:19:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-14 21:25:04 +0900 |
commit | 7b0920cd4180823f7a42350d1bdb914d697f4b9c (patch) | |
tree | 642d4c71c1e0b0a060be3119313c682943720363 /kontact_plugin | |
parent | 1a620eed38cfa429508f6ac347e09a694b4adf16 (diff) | |
download | basket-7b0920cd4180823f7a42350d1bdb914d697f4b9c.tar.gz basket-7b0920cd4180823f7a42350d1bdb914d697f4b9c.zip |
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kontact_plugin')
-rw-r--r-- | kontact_plugin/basket_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact_plugin/basket_plugin.cpp b/kontact_plugin/basket_plugin.cpp index 95a6601..f973e48 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, TQT_TQOBJECT(core), "basket" ) + : Kontact::Plugin( core, core, "basket" ) { setInstance( BasketPluginFactory::instance() ); insertNewAction(new TDEAction( i18n("&New Basket..."), "basket", CTRL+SHIFT+Key_B, |