summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/dialdialog.h
authorharlekin <harlekin>2002-10-24 14:44:59 (UTC)
committer harlekin <harlekin>2002-10-24 14:44:59 (UTC)
commit6c5fa32d4ca48498336f986ca4e8a05ad663e10e (patch) (side-by-side diff)
tree1c9a375b73bbc6137aa6de3f387509e775dd1784 /noncore/apps/opie-console/dialdialog.h
parenta33f6eae4730a7ca0bec18b72becd3bc73a20aa5 (diff)
downloadopie-6c5fa32d4ca48498336f986ca4e8a05ad663e10e.zip
opie-6c5fa32d4ca48498336f986ca4e8a05ad663e10e.tar.gz
opie-6c5fa32d4ca48498336f986ca4e8a05ad663e10e.tar.bz2
nicer layout, and a a qlineedit instead of _2_ QLCDs
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;