diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:24:37 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:24:37 -0600 |
| commit | cf989dcd69444c456d60c0eedbc3d5588d653681 (patch) | |
| tree | c9177c5aa7712f1a51ad6d4571d84591d247b515 /lib/idmapper.cc | |
| parent | 7443f5c7a2870116707ac47da4986231a1d927a9 (diff) | |
| download | kpilot-cf989dcd69444c456d60c0eedbc3d5588d653681.tar.gz kpilot-cf989dcd69444c456d60c0eedbc3d5588d653681.zip | |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'lib/idmapper.cc')
| -rw-r--r-- | lib/idmapper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/idmapper.cc b/lib/idmapper.cc index f4fc38c..dc14072 100644 --- a/lib/idmapper.cc +++ b/lib/idmapper.cc @@ -57,7 +57,7 @@ IDMapper::IDMapper() fP = new IDMapperPrivate(); - TQString dbPath = KGlobal::dirs()-> + TQString dbPath = TDEGlobal::dirs()-> saveLocation("data", CSL1("kpilot/") ); TQString dbFile = dbPath + CSL1("mapping.xml"); |
