summaryrefslogtreecommitdiffstats
path: root/kbarcode/encodingcombo.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode/encodingcombo.h')
-rw-r--r--kbarcode/encodingcombo.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/kbarcode/encodingcombo.h b/kbarcode/encodingcombo.h
new file mode 100644
index 0000000..f6e0762
--- /dev/null
+++ b/kbarcode/encodingcombo.h
@@ -0,0 +1,35 @@
+/***************************************************************************
+ encodingcombo.h - description
+ -------------------
+ begin : Fri Dec 23 2005
+ copyright : (C) 2005 by Dominik Seichter
+ email : domseichter@web.de
+ ***************************************************************************/
+
+/***************************************************************************
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ ***************************************************************************/
+
+#ifndef _ENCODING_COMBO_H_
+#define _ENCODING_COMBO_H_
+
+#include <kcombobox.h>
+
+class EncodingCombo : public KComboBox {
+ Q_OBJECT
+ public:
+ EncodingCombo( QWidget* parent );
+ ~EncodingCombo();
+
+
+
+
+};
+
+#endif // _ENCODING_COMBO_H_
+