[Kst] kdeextragear-2/kst/plugins
George Staikos
staikos at kde.org
Wed Jan 28 03:55:13 CET 2004
CVS commit by staikos:
build and install the plugin editor
A editor/Makefile.am 1.1
M +1 -1 Makefile.am 1.7
M +4 -1 editor/.cvsignore 1.2
M +2 -2 editor/plugineditor.ui.h 1.4
R editor/plugineditor.pro 1.1
--- kdeextragear-2/kst/plugins/Makefile.am #1.6:1.7
@@ -3,4 +3,4 @@
endif
-SUBDIRS=linefit autocorrelation crosscorrelation periodogram phase statistics chop $(FITS_SUBDIR)
+SUBDIRS=linefit autocorrelation crosscorrelation periodogram phase statistics chop $(FITS_SUBDIR) editor
--- kdeextragear-2/kst/plugins/editor/.cvsignore #1.1:1.2
@@ -1,2 +1,5 @@
Makefile
-plugineditor
+Makefile.in
+plugineditor.cpp
+plugineditor.h
+kstplugineditor
--- kdeextragear-2/kst/plugins/editor/plugineditor.ui.h #1.3:1.4
@@ -115,5 +115,5 @@ void PluginEditor::fileOpen()
}
- QString filename = QFileDialog::getOpenFileName("",tr("XML Files (*.xml)"), this, QString::null, tr("Choose a file"));
+ QString filename = QFileDialog::getOpenFileName(QString::null, tr("XML Files (*.xml)"), this, 0L, tr("Choose a file"));
if (filename.isEmpty()) {
@@ -368,5 +368,5 @@ void PluginEditor::fileSave()
void PluginEditor::fileSaveAs()
{
- QString filename = QFileDialog::getSaveFileName(QString::null, tr("XML Files (*.xml)"), this, QString::null, tr("Choose a file"));
+ QString filename = QFileDialog::getSaveFileName(QString::null, tr("XML Files (*.xml)"), this, 0L, tr("Choose a file"));
if (filename.isEmpty()) {
More information about the Kst
mailing list