diff options
author | Timothy Pearson <[email protected]> | 2013-02-02 13:32:30 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-02 13:32:30 -0600 |
commit | 8fe7f32a5785fed0e0c8f037bc7716860c592e5a (patch) | |
tree | 5aff00a67eba23ea735fe29b3952ab1eff1185f5 /koffice-i18n-pt/docs | |
parent | 694ffcefb176fddb88d1275e1e939748232608eb (diff) | |
download | koffice-i18n-8fe7f32a5785fed0e0c8f037bc7716860c592e5a.tar.gz koffice-i18n-8fe7f32a5785fed0e0c8f037bc7716860c592e5a.zip |
Fix unintended renaming
Diffstat (limited to 'koffice-i18n-pt/docs')
-rw-r--r-- | koffice-i18n-pt/docs/koffice/chalk/developers-plugins.docbook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/koffice-i18n-pt/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-pt/docs/koffice/chalk/developers-plugins.docbook index e87282f5..961e7175 100644 --- a/koffice-i18n-pt/docs/koffice/chalk/developers-plugins.docbook +++ b/koffice-i18n-pt/docs/koffice/chalk/developers-plugins.docbook @@ -321,7 +321,7 @@ public: typedef KGenericFactory<FerramentaEstrela> FerramentaEstrelaFactory; -K_EXPORT_COMPONENT_FACTORY( chaltdetoolstar, FerramentaEstrelaFactory( "chalk" ) ) +K_EXPORT_COMPONENT_FACTORY( chalktoolstar, FerramentaEstrelaFactory( "chalk" ) ) FerramentaEstrela::FerramentaEstrela(QObject *mae, const char *nome, const QStringList &) |