summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profileeditordialog.h
authorjosef <josef>2002-10-20 13:56:47 (UTC)
committer josef <josef>2002-10-20 13:56:47 (UTC)
commit97be4ef8e0579791095b2383e942cc53dd1e7fba (patch) (side-by-side diff)
tree8b0599529ce424c6fa4a7701eb97346ea539c441 /noncore/apps/opie-console/profileeditordialog.h
parent89ed0106d3de43c0f39250524bc80de00f2b596c (diff)
downloadopie-97be4ef8e0579791095b2383e942cc53dd1e7fba.zip
opie-97be4ef8e0579791095b2383e942cc53dd1e7fba.tar.gz
opie-97be4ef8e0579791095b2383e942cc53dd1e7fba.tar.bz2
- display connection tab again, when it's due and has previously been removed
e.g. for Concole profile - ensure only 1 connection tab is shown (otabdialog has no method for this to find out?)
Diffstat (limited to 'noncore/apps/opie-console/profileeditordialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/profileeditordialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/profileeditordialog.h b/noncore/apps/opie-console/profileeditordialog.h
index e01e636..cbda689 100644
--- a/noncore/apps/opie-console/profileeditordialog.h
+++ b/noncore/apps/opie-console/profileeditordialog.h
@@ -50,6 +50,8 @@ private:
ProfileDialogWidget* m_con, *m_term;
QHBoxLayout *m_layCon, *m_layTerm;
OTabWidget *tabWidget;
+ QWidget *tabprof;
+ int m_showconntab;
};
#endif