summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/oapplication.h
authorzecke <zecke>2004-11-03 22:44:14 (UTC)
committer zecke <zecke>2004-11-03 22:44:14 (UTC)
commit3c446259f59c03abe2a64b2eba9a65cb11a81a1b (patch) (side-by-side diff)
tree7f04d222710b745da710b36097f269bdc7fd1b9d /libopie2/opiecore/oapplication.h
parent9a753348fd31dfb5309408c469cce8ea5eadf8ea (diff)
downloadopie-3c446259f59c03abe2a64b2eba9a65cb11a81a1b.zip
opie-3c446259f59c03abe2a64b2eba9a65cb11a81a1b.tar.gz
opie-3c446259f59c03abe2a64b2eba9a65cb11a81a1b.tar.bz2
Provide a QPEApplication compatible constructor
Diffstat (limited to 'libopie2/opiecore/oapplication.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/oapplication.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libopie2/opiecore/oapplication.h b/libopie2/opiecore/oapplication.h
index 337fe5e..d34e6b1 100644
--- a/libopie2/opiecore/oapplication.h
+++ b/libopie2/opiecore/oapplication.h
@@ -49,6 +49,12 @@ class OApplication : public QPEApplication
Q_OBJECT
public:
+
+ /**
+ * Constructor. Compatible to QPEApplication
+ */
+ OApplication( int& argc, char** argv, Type type=GuiClient);
+
/**
* Constructor. Parses command-line arguments and sets the window caption.
*