summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/mainwindow.h b/noncore/apps/opie-console/mainwindow.h
index db07f5a..f3c8b81 100644
--- a/noncore/apps/opie-console/mainwindow.h
+++ b/noncore/apps/opie-console/mainwindow.h
@@ -5,2 +5,3 @@
5#include <qlist.h> 5#include <qlist.h>
6#include <qfile.h>
6 7
@@ -75,2 +76,3 @@ private slots:
75 void slotSaveHistory(); 76 void slotSaveHistory();
77 void slotSaveLog();
76 78
@@ -128,2 +130,3 @@ private:
128 QAction* m_closewindow; 130 QAction* m_closewindow;
131 QAction* m_recordLog;
129 132
@@ -133,2 +136,3 @@ private:
133 bool m_isWrapped; 136 bool m_isWrapped;
137 bool m_recordingLog;
134 138