From 42573cc6b43972357d166b0eabf665b1de64f0ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 25 Mar 2016 20:37:57 +0100 Subject: Update to new style API Rename KStyle to TDEStyle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- bab/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bab') diff --git a/bab/main.cpp b/bab/main.cpp index 4adf380..c4bf7ac 100644 --- a/bab/main.cpp +++ b/bab/main.cpp @@ -204,7 +204,7 @@ void bab::configureBaghira() // any errors that arise KLibLoader* loader = KLibLoader::self(); - KLibrary* library = loader->library( TQFile::encodeName("kstyle_baghira_config") ); + KLibrary* library = loader->library( TQFile::encodeName("tdestyle_baghira_config") ); if (!library) { tqWarning("There was an error loading the configuration dialog for this style."); -- cgit v1.2.1