diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:18:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:18:28 -0600 |
commit | 934db26c3f8efe148a5680c22f965ee10f818a61 (patch) | |
tree | 4a47cbb3ef398d11fa9283b5afdcd0a8d84fad7c /src/exporterdialog.cpp | |
parent | a1fb52e00e362130a46b34570e53f2c1f322f373 (diff) | |
download | basket-934db26c3f8efe148a5680c22f965ee10f818a61.tar.gz basket-934db26c3f8efe148a5680c22f965ee10f818a61.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/exporterdialog.cpp')
-rw-r--r-- | src/exporterdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exporterdialog.cpp b/src/exporterdialog.cpp index fa753f7..5edc1bb 100644 --- a/src/exporterdialog.cpp +++ b/src/exporterdialog.cpp @@ -88,7 +88,7 @@ void ExporterDialog::show() void ExporterDialog::load() { - KConfig *config = KGlobal::config(); + KConfig *config = TDEGlobal::config(); config->setGroup("HTML Export"); TQString folder = config->readEntry("lastFolder", TQDir::homeDirPath()) + "/"; @@ -103,7 +103,7 @@ void ExporterDialog::load() void ExporterDialog::save() { - KConfig *config = KGlobal::config(); + KConfig *config = TDEGlobal::config(); config->setGroup("HTML Export"); TQString folder = KURL(m_url->url()).directory(); |