[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Thu Jul 3 15:26:46 CEST 2003
CVS commit by staikos:
fix connection
M +5 -1 kstgraphfiledialog_i.cpp 1.6
M +1 -0 kstgraphfiledialog_i.h 1.6
--- kdeextragear-2/kst/kst/kstgraphfiledialog_i.cpp #1.5:1.6
@@ -16,5 +16,5 @@ KstGraphFileDialogI::KstGraphFileDialogI
autoSaveTimer = new QTimer(this);
- connect(_square, SIGNAL(clicked()), this, SLOT(xsizeChanged()));
+ connect(_square, SIGNAL(clicked()), this, SLOT(square()));
connect(_save, SIGNAL(clicked()), this, SLOT(reqGraphFile()));
connect(_autosave, SIGNAL(toggled(bool)), this, SLOT(setAutoSave()));
@@ -33,4 +33,8 @@ void KstGraphFileDialogI::showGraphFile
show();
raise();
+}
+
+void KstGraphFileDialogI::square() {
+ xsizeChanged(_xSize->value());
}
--- kdeextragear-2/kst/kst/kstgraphfiledialog_i.h #1.5:1.6
@@ -19,4 +19,5 @@ private slots:
void xsizeChanged(int x);
void setAutoSave();
+ void square();
private:
More information about the Kst
mailing list