diff options
Diffstat (limited to 'kopete/plugins/history')
-rw-r--r-- | kopete/plugins/history/historyplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/plugins/history/historyplugin.cpp b/kopete/plugins/history/historyplugin.cpp index a6069289..ce579ea8 100644 --- a/kopete/plugins/history/historyplugin.cpp +++ b/kopete/plugins/history/historyplugin.cpp @@ -38,7 +38,7 @@ #include "historyconfig.h" typedef KGenericFactory<HistoryPlugin> HistoryPluginFactory; -static const KAboutData aboutdata("kopete_history", I18N_NOOP("History") , "1.0" ); +static const TDEAboutData aboutdata("kopete_history", I18N_NOOP("History") , "1.0" ); K_EXPORT_COMPONENT_FACTORY( kopete_history, HistoryPluginFactory( &aboutdata ) ) HistoryPlugin::HistoryPlugin( TQObject *parent, const char *name, const TQStringList & /* args */ ) |