diff options
Diffstat (limited to 'tdecore/tde-config.cpp.cmake')
-rw-r--r-- | tdecore/tde-config.cpp.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tde-config.cpp.cmake b/tdecore/tde-config.cpp.cmake index e200f80f4..533508252 100644 --- a/tdecore/tde-config.cpp.cmake +++ b/tdecore/tde-config.cpp.cmake @@ -179,7 +179,7 @@ int main(int argc, char **argv) "locale", I18N_NOOP("Translation files for TDELocale"), "mime", I18N_NOOP("Mime types"), "module", I18N_NOOP("Loadable modules"), - "qtplugins", I18N_NOOP("TQt plugins"), + "tqtplugins", I18N_NOOP("TQt plugins"), "services", I18N_NOOP("Services"), "servicetypes", I18N_NOOP("Service types"), "sound", I18N_NOOP("Application sounds"), @@ -244,7 +244,7 @@ int main(int argc, char **argv) "icon", "@ICON_INSTALL_DIR@", "lib", "@LIB_INSTALL_DIR@", "module", "@PLUGIN_INSTALL_DIR@", - "qtplugins", "@PLUGIN_INSTALL_DIR@/plugins", + "tqtplugins", "@PLUGIN_INSTALL_DIR@/plugins", "locale", "@LOCALE_INSTALL_DIR@", "mime", "@MIME_INSTALL_DIR@", "services", "@SERVICES_INSTALL_DIR@", |