summaryrefslogtreecommitdiffstats
path: root/korganizer/stdcalendar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/stdcalendar.cpp')
-rw-r--r--korganizer/stdcalendar.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/stdcalendar.cpp b/korganizer/stdcalendar.cpp
index 55b47d56..83285e18 100644
--- a/korganizer/stdcalendar.cpp
+++ b/korganizer/stdcalendar.cpp
@@ -53,10 +53,10 @@ StdCalendar::StdCalendar()
if ( manager->isEmpty() ) {
KConfig config( "korganizerrc" );
config.setGroup( "General" );
- QString fileName = config.readPathEntry( "Active Calendar" );
+ TQString fileName = config.readPathEntry( "Active Calendar" );
- QString resourceName;
- QString resoruceType;
+ TQString resourceName;
+ TQString resoruceType;
KCal::ResourceCalendar *defaultResource = 0;
if ( !fileName.isEmpty() ) {
KURL url( fileName );