summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/microkde/klineedit.h
Unidiff
Diffstat (limited to 'noncore/apps/tinykate/libkate/microkde/klineedit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/tinykate/libkate/microkde/klineedit.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/noncore/apps/tinykate/libkate/microkde/klineedit.h b/noncore/apps/tinykate/libkate/microkde/klineedit.h
new file mode 100644
index 0000000..26956ad
--- a/dev/null
+++ b/noncore/apps/tinykate/libkate/microkde/klineedit.h
@@ -0,0 +1,13 @@
1#ifndef MINIKDE_KLINEEDIT_H
2#define MINIKDE_KLINEEDIT_H
3
4#include <qlineedit.h>
5
6class KLineEdit : public QLineEdit
7{
8 public:
9 KLineEdit( QWidget *parent=0, const char *name=0 ) :
10 QLineEdit( parent, name ) {}
11};
12
13#endif