aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/popupeditor/PopupEditorWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/popupeditor/PopupEditorWindow.cpp')
-rw-r--r--src/modules/popupeditor/PopupEditorWindow.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/modules/popupeditor/PopupEditorWindow.cpp b/src/modules/popupeditor/PopupEditorWindow.cpp
index ceb79403a..324ffb498 100644
--- a/src/modules/popupeditor/PopupEditorWindow.cpp
+++ b/src/modules/popupeditor/PopupEditorWindow.cpp
@@ -1480,26 +1480,8 @@ void PopupEditorWindow::getConfigGroupName(QString & szName)
void PopupEditorWindow::saveProperties(KviConfigurationFile *) //cfg
{
- /*
-#ifdef COMPILE_SCRIPTTOOLBAR
- cfg->writeEntry("Sizes",m_pEditor->sizes());
- cfg->writeEntry("LastPopup",m_pEditor->lastEditedPopup().ptr());
- //qDebug("LAST EDITED=%s",m_pEditor->lastEditedPopup().ptr());
-#endif // COMPILE_SCRIPTTOOLBAR
-*/
}
void PopupEditorWindow::loadProperties(KviConfigurationFile *) // cfg
{
- /*
-#ifdef COMPILE_SCRIPTTOOLBAR
- QValueList<int> def;
- def.append(20);
- def.append(80);
- m_pEditor->setSizes(cfg->readIntListEntry("Sizes",def));
- KviCString tmp = cfg->readEntry("LastPopup","");
- m_pEditor->editPopup(tmp);
- //qDebug("LAST EDITED WAS %s",tmp.ptr());
-#endif // COMPILE_SCRIPTTOOLBAR
-*/
}