summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/contactlist/customnotificationprops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/contactlist/customnotificationprops.cpp')
-rw-r--r--kopete/kopete/contactlist/customnotificationprops.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/kopete/contactlist/customnotificationprops.cpp b/kopete/kopete/contactlist/customnotificationprops.cpp
index f8e2bb85..bc5ed895 100644
--- a/kopete/kopete/contactlist/customnotificationprops.cpp
+++ b/kopete/kopete/contactlist/customnotificationprops.cpp
@@ -40,7 +40,7 @@ CustomNotificationProps::CustomNotificationProps( TQWidget *parent, Kopete::Noti
m_item = item;
TQString path = "kopete/eventsrc";
- KConfig eventsfile( path, true, false, "data" );
+ TDEConfig eventsfile( path, true, false, "data" );
m_eventList = eventsfile.groupList();
TQStringList contactSpecificEvents; // we are only interested in events that relate to contacts
TQStringList::Iterator it = m_eventList.begin();