author | zautrix <zautrix> | 2004-09-08 10:12:21 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-09-08 10:12:21 (UTC) |
commit | cdff4506a9148c47406af86968da73c0dbfca0ba (patch) (unidiff) | |
tree | 10cf9302bfd14d768005e7ac3192f936364bd77d /korganizer | |
parent | 848c77f86b7105095b27a6034a0fefac8a7a0891 (diff) | |
download | kdepimpi-cdff4506a9148c47406af86968da73c0dbfca0ba.zip kdepimpi-cdff4506a9148c47406af86968da73c0dbfca0ba.tar.gz kdepimpi-cdff4506a9148c47406af86968da73c0dbfca0ba.tar.bz2 |
Changing sync profiles filename
-rw-r--r-- | korganizer/mainwindow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index 7978b46..9e326a1 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp | |||
@@ -858,3 +858,3 @@ void MainWindow::fillSyncMenu() | |||
858 | syncMenu->insertSeparator(); | 858 | syncMenu->insertSeparator(); |
859 | KConfig config ( locateLocal( "config","syncprofilesrc" ) ); | 859 | KConfig config ( locateLocal( "config","ksyncprofilesrc" ) ); |
860 | config.setGroup("General"); | 860 | config.setGroup("General"); |
@@ -901,3 +901,3 @@ int MainWindow::ringSync() | |||
901 | QTime timer; | 901 | QTime timer; |
902 | KConfig config ( locateLocal( "config","syncprofilesrc" ) ); | 902 | KConfig config ( locateLocal( "config","ksyncprofilesrc" ) ); |
903 | QStringList syncProfileNames = KOPrefs::instance()->mSyncProfileNames; | 903 | QStringList syncProfileNames = KOPrefs::instance()->mSyncProfileNames; |
@@ -1005,3 +1005,3 @@ void MainWindow::slotSyncMenu( int action ) | |||
1005 | mView->setSyncName( KOPrefs::instance()->mLocalMachineName ); | 1005 | mView->setSyncName( KOPrefs::instance()->mLocalMachineName ); |
1006 | KConfig config ( locateLocal( "config","syncprofilesrc" ) ); | 1006 | KConfig config ( locateLocal( "config","ksyncprofilesrc" ) ); |
1007 | KSyncProfile* temp = new KSyncProfile (); | 1007 | KSyncProfile* temp = new KSyncProfile (); |