summaryrefslogtreecommitdiff
path: root/src/cprquerydialog.h
diff options
context:
space:
mode:
authordeva <deva>2005-05-02 20:03:24 +0000
committerdeva <deva>2005-05-02 20:03:24 +0000
commit439ccd94dabc69d67142b70f5335b34aef301388 (patch)
tree51796b5377317ccc8dce0d265dcf847da279f20a /src/cprquerydialog.h
parent0755a964c9b2095d31e8c03d7cff00b070831c9d (diff)
Added backspace arrow to cprquery dialog. (Replaced old ascii '<-')
Diffstat (limited to 'src/cprquerydialog.h')
-rw-r--r--src/cprquerydialog.h17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/cprquerydialog.h b/src/cprquerydialog.h
index d7dd597..5b46c75 100644
--- a/src/cprquerydialog.h
+++ b/src/cprquerydialog.h
@@ -27,6 +27,9 @@
*/
/*
* $Log$
+ * Revision 1.7 2005/05/02 20:03:24 deva
+ * Added backspace arrow to cprquery dialog. (Replaced old ascii '<-')
+ *
* Revision 1.6 2005/05/01 09:56:26 deva
* Added Id and Log tags to all files
*
@@ -37,7 +40,9 @@
#include <config.h>
#ifdef USE_GUI
-// Text
+/**
+ * Text
+ */
#define NAME_NOT_AVAILABLE_TITLE "Databasefejl"
#define NAME_NOT_AVAILABLE "Kunne ikke slå navn op i cpr-database."
@@ -45,6 +50,15 @@
#define CONFIRM_INVALID_CPR "Ugyldigt CPR nummer, brug det alligevel?"
+/**
+ * Images
+ */
+#define PIXMAP_BACKSPACE PIXMAPS"/backspace.png"
+
+
+/**
+ * Includes
+ */
#include <qdialog.h>
#include <qpushbutton.h>
#include <qlayout.h>
@@ -56,6 +70,7 @@
#include <qpushbutton.h>
#include <qdialog.h>
#include <qlabel.h>
+#include <qpixmap.h>
#include <qsocket.h>
#include <qtextedit.h>