summaryrefslogtreecommitdiffstats
path: root/kdeui/klineeditdlg.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-24 05:56:16 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-24 05:56:16 +0000
commitd2217557fe3f73a68aacd24f3c72a6193376d921 (patch)
tree84383a2a4030136085114d9d3b67355fd1dd4c17 /kdeui/klineeditdlg.h
parentbc378237e712ffea9612d6f06a302a7829aab98f (diff)
downloadtdelibs-d2217557fe3f73a68aacd24f3c72a6193376d921.tar.gz
tdelibs-d2217557fe3f73a68aacd24f3c72a6193376d921.zip
Fix downstream pykde compilation failure
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1178864 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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.