summaryrefslogtreecommitdiffstats
path: root/kdeui
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui')
-rw-r--r--kdeui/kcmenumngr.h3
-rw-r--r--kdeui/klineeditdlg.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/kdeui/kcmenumngr.h b/kdeui/kcmenumngr.h
index 7103193ba..fe3e117e2 100644
--- a/kdeui/kcmenumngr.h
+++ b/kdeui/kcmenumngr.h
@@ -24,6 +24,9 @@
class TQWidget;
class TQPopupMenu;
class KContextMenuManagerPrivate;
+
+#include <tqt.h>
+
#include <tqobject.h>
#include <tqptrdict.h>
#include <tqkeysequence.h>
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.