summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/dialer.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/dialer.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/dialer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/dialer.h b/noncore/apps/opie-console/dialer.h
index 8c83bb6..09cc5ca 100644
--- a/noncore/apps/opie-console/dialer.h
+++ b/noncore/apps/opie-console/dialer.h
@@ -41,11 +41,11 @@ class Dialer : public QDialog
41 41
42 QLabel *status; 42 QLabel *status;
43 QProgressBar *progress; 43 QProgressBar *progress;
44 QPushButton *cancel; 44 QPushButton *cancel;
45 int state; 45 int state;
46 int usercancel; 46 int usercancel;
47 Profile m_profile; 47 const Profile& m_profile;
48}; 48};
49 49
50#endif 50#endif
51 51