diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:17:58 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:17:58 -0600 |
| commit | 14b1eb042ec8a3f40a9f00a48c702ebfcd77d92b (patch) | |
| tree | 5db3d7a27c0bc93bf0213459b13af97c34899c16 /kipi-plugins/acquireimages/screenshotdialog.cpp | |
| parent | 00c3041bcca175069e36271b72188965ad1ffcf5 (diff) | |
| download | kipi-plugins-14b1eb042ec8a3f40a9f00a48c702ebfcd77d92b.tar.gz kipi-plugins-14b1eb042ec8a3f40a9f00a48c702ebfcd77d92b.zip | |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kipi-plugins/acquireimages/screenshotdialog.cpp')
| -rw-r--r-- | kipi-plugins/acquireimages/screenshotdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kipi-plugins/acquireimages/screenshotdialog.cpp b/kipi-plugins/acquireimages/screenshotdialog.cpp index 91db602..3a4ec1c 100644 --- a/kipi-plugins/acquireimages/screenshotdialog.cpp +++ b/kipi-plugins/acquireimages/screenshotdialog.cpp @@ -130,7 +130,7 @@ ScreenGrabDialog::ScreenGrabDialog( KIPI::Interface* interface, TQWidget *parent // Read all settings from configuration file. - m_config = new KConfig("kipirc"); + m_config = new TDEConfig("kipirc"); m_config->setGroup("ScreenshotImages Settings"); if (m_config->readEntry("GrabDesktop", "true") == "true") @@ -181,7 +181,7 @@ void ScreenGrabDialog::slotClose( void ) { // Write all settings in configuration file. - m_config = new KConfig("kipirc"); + m_config = new TDEConfig("kipirc"); m_config->setGroup("ScreenshotImages Settings"); m_config->writeEntry("GrabDesktop", m_desktopCB->isChecked()); m_config->writeEntry("HideHostWin", m_hideCB->isChecked()); |
