summaryrefslogtreecommitdiff
path: root/noncore/apps/tableviewer/ui/tvkeyedit.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/tableviewer/ui/tvkeyedit.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/tableviewer/ui/tvkeyedit.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/noncore/apps/tableviewer/ui/tvkeyedit.cpp b/noncore/apps/tableviewer/ui/tvkeyedit.cpp
index 4849e87..c22ecd3 100644
--- a/noncore/apps/tableviewer/ui/tvkeyedit.cpp
+++ b/noncore/apps/tableviewer/ui/tvkeyedit.cpp
@@ -28,2 +28,4 @@
+#include <qpe/qpeapplication.h>
+
/* QList view item... ?? that can store and update the values that I will
@@ -137,3 +139,3 @@ TVKeyEdit::TVKeyEdit(TableState *t, QWidget* parent, const char *name,
#ifdef Q_WS_QWS
- showMaximized();
+ QPEApplication::showDialog( this );
#endif
@@ -142,3 +144,3 @@ TVKeyEdit::TVKeyEdit(TableState *t, QWidget* parent, const char *name,
/*!
- Destroys the TVKeyEdit widget
+ Destroys the TVKeyEdit widget
*/
@@ -149,3 +151,3 @@ TVKeyEdit::~TVKeyEdit()
/* SLOTS */
-void TVKeyEdit::newTerm()
+void TVKeyEdit::newTerm()
{