summaryrefslogtreecommitdiffstats
path: root/sigmodr/SigmodrUI.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-12-25 06:33:08 -0500
committerBen Boeckel <MathStuf@gmail.com>2008-12-25 06:33:08 -0500
commit64c125748cdd77501b3365dfa0587e74ec15bd06 (patch)
tree8f0afd1b38c5f27ba58107990075170c5e5b9133 /sigmodr/SigmodrUI.h
parent4c88187162da3b9ff79b728008b5b47ffd7a9ad0 (diff)
downloadsigen-64c125748cdd77501b3365dfa0587e74ec15bd06.tar.gz
sigen-64c125748cdd77501b3365dfa0587e74ec15bd06.tar.xz
sigen-64c125748cdd77501b3365dfa0587e74ec15bd06.zip
Fixed up configuration handling and am now using KConfig XT
Diffstat (limited to 'sigmodr/SigmodrUI.h')
-rw-r--r--sigmodr/SigmodrUI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmodr/SigmodrUI.h b/sigmodr/SigmodrUI.h
index 9334f063..1db9b0dd 100644
--- a/sigmodr/SigmodrUI.h
+++ b/sigmodr/SigmodrUI.h
@@ -54,6 +54,7 @@ class SigmodrUI : public KXmlGuiWindow, private Ui::formSigmodr
void update();
void closeEvent(QCloseEvent* event);
+ void resizeEvent(QResizeEvent* event);
void setChangedTitle(const bool changed);
@@ -84,7 +85,6 @@ class SigmodrUI : public KXmlGuiWindow, private Ui::formSigmodr
private:
void setupActions();
- KConfigGroup m_config;
QDomDocument m_clipboard;
};
}