summaryrefslogtreecommitdiffstats
path: root/kdeui/klineeditdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/klineeditdlg.h')
-rw-r--r--kdeui/klineeditdlg.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/kdeui/klineeditdlg.h b/kdeui/klineeditdlg.h
index 122a19c1d..6e6fc2d89 100644
--- a/kdeui/klineeditdlg.h
+++ b/kdeui/klineeditdlg.h
@@ -20,11 +20,13 @@
#ifndef __klineeditdlg_h__
#define __klineeditdlg_h__
-class KLineEdit;
-class TQValidator;
+#include <tqt.h>
#include <kdialogbase.h>
+class KLineEdit;
+class TQValidator;
+
/**
* @deprecated
* Please use KInputDialog instead.