summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/highlight
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/highlight')
-rw-r--r--kopete/plugins/highlight/highlightpreferences.cpp12
-rw-r--r--kopete/plugins/highlight/highlightpreferences.h2
-rw-r--r--kopete/plugins/highlight/kopete_highlight_config.desktop2
3 files changed, 8 insertions, 8 deletions
diff --git a/kopete/plugins/highlight/highlightpreferences.cpp b/kopete/plugins/highlight/highlightpreferences.cpp
index 90aa053f..a96e1475 100644
--- a/kopete/plugins/highlight/highlightpreferences.cpp
+++ b/kopete/plugins/highlight/highlightpreferences.cpp
@@ -40,7 +40,7 @@ typedef KGenericFactory<HighlightPreferences> HighlightPreferencesFactory;
K_EXPORT_COMPONENT_FACTORY( kcm_kopete_highlight, HighlightPreferencesFactory( "kcm_kopete_highlight" ) )
HighlightPreferences::HighlightPreferences(TQWidget *parent, const char* /*name*/, const TQStringList &args)
- : KCModule(HighlightPreferencesFactory::instance(), parent, args)
+ : TDECModule(HighlightPreferencesFactory::instance(), parent, args)
{
donttouch=true;
( new TQVBoxLayout( this ) )->setAutoAdd( true );
@@ -100,13 +100,13 @@ void HighlightPreferences::load()
first=false;
}
donttouch=false;
- emit KCModule::changed(false);
+ emit TDECModule::changed(false);
}
void HighlightPreferences::save()
{
m_config->save();
- emit KCModule::changed(false);
+ emit TDECModule::changed(false);
}
@@ -190,7 +190,7 @@ void HighlightPreferences::slotRemoveFilter()
m_filterItems.remove(lvi);
delete lvi;
m_config->removeFilter(current);
- emit KCModule::changed(true);
+ emit TDECModule::changed(true);
}
void HighlightPreferences::slotRenameFilter()
@@ -209,7 +209,7 @@ void HighlightPreferences::slotRenameFilter()
return;
current->displayName=newname;
lvi->setText(0,newname);
- emit KCModule::changed(true);
+ emit TDECModule::changed(true);
}
@@ -237,7 +237,7 @@ void HighlightPreferences::slotSomethingHasChanged()
preferencesDialog->m_soundFN->setEnabled(current->playSound);
current->raiseView=preferencesDialog->m_raise->isChecked();
- emit KCModule::changed(true);
+ emit TDECModule::changed(true);
}
void HighlightPreferences::slotEditRegExp()
diff --git a/kopete/plugins/highlight/highlightpreferences.h b/kopete/plugins/highlight/highlightpreferences.h
index 597564f4..601a05e5 100644
--- a/kopete/plugins/highlight/highlightpreferences.h
+++ b/kopete/plugins/highlight/highlightpreferences.h
@@ -29,7 +29,7 @@ class TQListViewItem;
*@author Olivier Goffart
*/
-class HighlightPreferences : public KCModule {
+class HighlightPreferences : public TDECModule {
Q_OBJECT
public:
diff --git a/kopete/plugins/highlight/kopete_highlight_config.desktop b/kopete/plugins/highlight/kopete_highlight_config.desktop
index 9f241868..697b13e2 100644
--- a/kopete/plugins/highlight/kopete_highlight_config.desktop
+++ b/kopete/plugins/highlight/kopete_highlight_config.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Icon=highlight
Type=Service
-ServiceTypes=KCModule
+ServiceTypes=TDECModule
X-TDE-ModuleType=Library
X-TDE-Library=kopete_highlight