diff options
Diffstat (limited to 'bab')
-rw-r--r-- | bab/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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."); |