summaryrefslogtreecommitdiffstats
path: root/sip/tdeui/kkeydialog.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdeui/kkeydialog.sip')
-rw-r--r--sip/tdeui/kkeydialog.sip2
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/tdeui/kkeydialog.sip b/sip/tdeui/kkeydialog.sip
index c612fd1..d925ca9 100644
--- a/sip/tdeui/kkeydialog.sip
+++ b/sip/tdeui/kkeydialog.sip
@@ -180,7 +180,7 @@ typedef KKeyChooser KKeyChooser;
//converts a Python dict of TQString:int
{
%TypeHeaderCode
-#include <qdict.h>
+#include <tqdict.h>
typedef TQDict<int> IntDict;
%End