From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- korganizer/koagendaview.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'korganizer/koagendaview.h') diff --git a/korganizer/koagendaview.h b/korganizer/koagendaview.h index 00e8b699c..887cc9573 100644 --- a/korganizer/koagendaview.h +++ b/korganizer/koagendaview.h @@ -42,7 +42,7 @@ class TQBoxLayout; class KOAgenda; class KOAgendaItem; class TimeLabels; -class KConfig; +class TDEConfig; namespace KOrg { class IncidenceChangerBase; @@ -174,8 +174,8 @@ class KOAgendaView : public KOrg::AgendaView, public KCal::Calendar::Observer void startDrag( Incidence * ); void readSettings(); - void readSettings( KConfig * ); - void writeSettings( KConfig * ); + void readSettings( TDEConfig * ); + void writeSettings( TDEConfig * ); void setContentsPos( int y ); -- cgit v1.2.1