summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/dialdialog.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/dialdialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/dialdialog.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/noncore/apps/opie-console/dialdialog.h b/noncore/apps/opie-console/dialdialog.h
index 4a74b66..6da26a1 100644
--- a/noncore/apps/opie-console/dialdialog.h
+++ b/noncore/apps/opie-console/dialdialog.h
@@ -6,3 +6,4 @@
#include <qstring.h>
-#include <qlcdnumber.h>
+#include <qlineedit.h>
+
@@ -22,4 +23,4 @@ public:
private:
- QString m_number;
- QLCDNumber *LCD1, *LCD2;
+ QString m_number;
+ QLineEdit *m_dialLine;