diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:12:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:12:51 -0600 |
commit | 65eca7929c22f0f0bc64135c02d85d1243df376c (patch) | |
tree | 5b47361590fb6693a0f6258d6a8d725856ef2ad9 /kolourpaint/kpmainwindow_settings.cpp | |
parent | cd6d514066c22206c388eddbb7fbec32648dbaeb (diff) | |
download | tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.tar.gz tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kolourpaint/kpmainwindow_settings.cpp')
-rw-r--r-- | kolourpaint/kpmainwindow_settings.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kolourpaint/kpmainwindow_settings.cpp b/kolourpaint/kpmainwindow_settings.cpp index 79746294..e28b7152 100644 --- a/kolourpaint/kpmainwindow_settings.cpp +++ b/kolourpaint/kpmainwindow_settings.cpp @@ -47,7 +47,7 @@ // private void kpMainWindow::setupSettingsMenuActions () { - KActionCollection *ac = actionCollection (); + TDEActionCollection *ac = actionCollection (); // Settings/Toolbars |> %s @@ -61,7 +61,7 @@ void kpMainWindow::setupSettingsMenuActions () this/*window*/); - m_actionShowPath = new KToggleAction (i18n ("Show &Path"), 0, + m_actionShowPath = new TDEToggleAction (i18n ("Show &Path"), 0, TQT_TQOBJECT(this), TQT_SLOT (slotShowPathToggled ()), ac, "settings_show_path"); m_actionShowPath->setCheckedState (i18n ("Hide &Path")); slotEnableSettingsShowPath (); @@ -187,7 +187,7 @@ void kpMainWindow::slotNewToolBarConfig () kdDebug () << "kpMainWindow::slotNewToolBarConfig()" << endl; #endif - // Wouldn't it be nice if createGUI () didn't nuke all the KToolBar's? + // Wouldn't it be nice if createGUI () didn't nuke all the TDEToolBar's? // (including my non-XMLGUI ones whose states take a _lot_ of effort to // restore). // TODO: this message is probably unacceptable - so restore the state of |